25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ivan 4dcbcd8ae5 fixed the pages url again 6 년 전
author fixed the pages url again 6 년 전
category fixed the pages url again 6 년 전
feeds fixed the site url 6 년 전
pages fixed the pages url again 6 년 전
pelican fixed the pages url again 6 년 전
theme Conform to Github Pages requirements for organization 7 년 전
.gitignore Conform to Github Pages requirements for organization 7 년 전
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 년 전
2017-07-openscenegraph-guide.png Add 2017-07 article 7 년 전
2017-08-scripting-research.png Add 2017-08 scripting research to public 6 년 전
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world 6 년 전
README.md Correct typos 6 년 전
archives.html fixed the pages url again 6 년 전
authors.html Conform to Github Pages requirements for organization 7 년 전
categories.html fixed the pages url again 6 년 전
index.html fixed the pages url again 6 년 전
index2.html Add 2017-08 scripting research to public 6 년 전
ios-tutorial-ru.html fixed the pages url again 6 년 전
ios-tutorial.html fixed the pages url again 6 년 전
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 6 년 전
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 6 년 전
mjin-world-birth-ru.html fixed the pages url again 6 년 전
mjin-world-birth.html fixed the pages url again 6 년 전
openscenegraph-cross-platform-guide-ru.html fixed the pages url again 6 년 전
openscenegraph-cross-platform-guide.html fixed the pages url again 6 년 전
scripting-research-ru.html fixed the pages url again 6 년 전
scripting-research.html fixed the pages url again 6 년 전
stub-ru.html fixed the pages url again 6 년 전
stub.html fixed the pages url again 6 년 전
tags.html fixed the pages url again 6 년 전

README.md

Overview

We consider changing Opensource Game Studio website‘s engine from Wordpress to Pelican. This is Pelican evaluation.

Installation

You need a working Python's pip.

Install Pelican with the following command:

sudo apt install pelican

Preview

  • Generate local copy with the following commands:

cd pelican

pelican -s pelicanconf.py

  • Serve the local copy with the following commands:

cd output

python -m SimpleHTTPServer

The preview should now be available at http://localhost:8000.

Publishing

  • Generate public site with the following commands:

cd pelican

pelican -s publishconf.py

  • Upload it to GitHub with the following commands:

git push

The publich site should now be available at http://ogstudio.github.io.