2017-10-16 11:49:01 +00:00
2017-10-16 11:49:01 +00:00
2017-10-16 11:49:01 +00:00
2017-10-16 11:49:01 +00:00
2017-10-16 11:49:01 +00:00
2017-10-16 07:01:06 +00:00
2017-10-16 11:49:01 +00:00
2017-10-16 11:22:16 +00:00
2017-10-16 07:01:06 +00:00
2017-10-16 11:49:01 +00:00
2017-10-16 07:01:06 +00:00
2017-10-16 07:01:06 +00:00
2017-09-10 13:34:02 +07:00
2017-10-16 07:01:06 +00:00
2017-10-16 07:01:06 +00:00
2017-10-16 07:01:06 +00:00

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.

Description
No description provided
Readme 182 MiB
Languages
JavaScript 88.7%
HTML 11.2%