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.