Михаил Капелько 182bff5742 | před 7 roky | |
---|---|---|
author | před 7 roky | |
category | před 7 roky | |
feeds | před 7 roky | |
pages | před 7 roky | |
pelican | před 7 roky | |
theme | před 7 roky | |
.gitignore | před 7 roky | |
2017-06-08-ios-refactoring.png | před 7 roky | |
2017-07-openscenegraph-guide.png | před 7 roky | |
2017-08-scripting-research.png | před 7 roky | |
2017-09-mjin-world-birth.png | před 7 roky | |
README.md | před 7 roky | |
archives.html | před 7 roky | |
authors.html | před 7 roky | |
categories.html | před 7 roky | |
index.html | před 7 roky | |
index2.html | před 7 roky | |
ios-tutorial-ru.html | před 7 roky | |
ios-tutorial.html | před 7 roky | |
mjin-player.html | před 7 roky | |
mjin-player.js | před 7 roky | |
mjin-world-birth-ru.html | před 7 roky | |
mjin-world-birth.html | před 7 roky | |
openscenegraph-cross-platform-guide-ru.html | před 7 roky | |
openscenegraph-cross-platform-guide.html | před 7 roky | |
scripting-research-ru.html | před 7 roky | |
scripting-research.html | před 7 roky | |
stub-ru.html | před 7 roky | |
stub.html | před 7 roky | |
tags.html | před 7 roky |
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.