Ivan 572f7ae8e6 | 7 lat temu | |
---|---|---|
author | 7 lat temu | |
category | 7 lat temu | |
feeds | 7 lat temu | |
pages | 7 lat temu | |
pelican | 7 lat temu | |
theme | 7 lat temu | |
.gitignore | 7 lat temu | |
2017-06-08-ios-refactoring.png | 7 lat temu | |
2017-07-openscenegraph-guide.png | 7 lat temu | |
2017-08-scripting-research.png | 7 lat temu | |
2017-09-mjin-world-birth.png | 7 lat temu | |
README.md | 7 lat temu | |
archives.html | 7 lat temu | |
authors.html | 7 lat temu | |
categories.html | 7 lat temu | |
index.html | 7 lat temu | |
index2.html | 7 lat temu | |
ios-tutorial-ru.html | 7 lat temu | |
ios-tutorial.html | 7 lat temu | |
mjin-player.html | 7 lat temu | |
mjin-player.js | 7 lat temu | |
mjin-world-birth-ru.html | 7 lat temu | |
mjin-world-birth.html | 7 lat temu | |
openscenegraph-cross-platform-guide-ru.html | 7 lat temu | |
openscenegraph-cross-platform-guide.html | 7 lat temu | |
scripting-research-ru.html | 7 lat temu | |
scripting-research.html | 7 lat temu | |
stub-ru.html | 7 lat temu | |
stub.html | 7 lat temu | |
tags.html | 7 lat temu |
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.