2017-10-16 11:49:01 +00:00
2017-11-24 03:23:03 +07:00
2017-11-27 11:55:09 +03:00
2017-11-24 03:01:03 +07:00
2017-12-31 20:19:02 +00:00
2018-12-31 22:46:49 +00:00
2018-12-31 22:46:49 +00:00
2017-10-17 09:05:27 +03:00
2018-12-31 22:53:28 +00:00

Overview

This is an internal document describing how to update Opensource Game Studio website powered by Pelican.

Installation

Install Pelican with the following command:

sudo apt install pelican

Preview

To preview results locally:

  • 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

To publish new content:

  • generate public site with the following commands:

    cd pelican
    pelican -s publishconf.py
    
  • upload it to GitHub with the following commands:

    git add .
    git push
    

The public site should now be available at Opensource Game Studio website.

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