Ivan 572f7ae8e6 | il y a 7 ans | |
---|---|---|
author | il y a 7 ans | |
category | il y a 7 ans | |
feeds | il y a 7 ans | |
pages | il y a 7 ans | |
pelican | il y a 7 ans | |
theme | il y a 7 ans | |
.gitignore | il y a 7 ans | |
2017-06-08-ios-refactoring.png | il y a 7 ans | |
2017-07-openscenegraph-guide.png | il y a 7 ans | |
2017-08-scripting-research.png | il y a 7 ans | |
2017-09-mjin-world-birth.png | il y a 7 ans | |
README.md | il y a 7 ans | |
archives.html | il y a 7 ans | |
authors.html | il y a 7 ans | |
categories.html | il y a 7 ans | |
index.html | il y a 7 ans | |
index2.html | il y a 7 ans | |
ios-tutorial-ru.html | il y a 7 ans | |
ios-tutorial.html | il y a 7 ans | |
mjin-player.html | il y a 7 ans | |
mjin-player.js | il y a 7 ans | |
mjin-world-birth-ru.html | il y a 7 ans | |
mjin-world-birth.html | il y a 7 ans | |
openscenegraph-cross-platform-guide-ru.html | il y a 7 ans | |
openscenegraph-cross-platform-guide.html | il y a 7 ans | |
scripting-research-ru.html | il y a 7 ans | |
scripting-research.html | il y a 7 ans | |
stub-ru.html | il y a 7 ans | |
stub.html | il y a 7 ans | |
tags.html | il y a 7 ans |
We consider changing Opensource Game Studio website‘s engine from Wordpress to Pelican. This is Pelican evaluation.
You need a working Python's pip
.
Install Pelican with the following command:
sudo apt install pelican
cd pelican
pelican -s pelicanconf.py
cd output
python -m SimpleHTTPServer
The preview should now be available at http://localhost:8000.
cd pelican
pelican -s publishconf.py
git push
The publich site should now be available at http://ogstudio.github.io.