Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Ivan 19399accfc update pirms 6 gadiem
author update pirms 6 gadiem
category update pirms 6 gadiem
feeds updated the website url pirms 6 gadiem
images pictures for the new article pirms 6 gadiem
pages update pirms 6 gadiem
pelican analytics and adsense pirms 6 gadiem
theme Conform to Github Pages requirements for organization pirms 7 gadiem
.gitignore Conform to Github Pages requirements for organization pirms 7 gadiem
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization pirms 7 gadiem
2017-07-openscenegraph-guide.png Add 2017-07 article pirms 7 gadiem
2017-08-scripting-research.png Add 2017-08 scripting research to public pirms 6 gadiem
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world pirms 6 gadiem
2017-10-16-back-to-the-static.png another variant of the picture pirms 6 gadiem
CNAME Create CNAME pirms 6 gadiem
README.md Correct typos pirms 6 gadiem
archives.html update pirms 6 gadiem
authors.html Conform to Github Pages requirements for organization pirms 7 gadiem
back-to-the-static-ru.html update pirms 6 gadiem
back-to-the-static.html update pirms 6 gadiem
categories.html update pirms 6 gadiem
index.html update pirms 6 gadiem
index2.html Add 2017-08 scripting research to public pirms 6 gadiem
ios-tutorial-ru.html update pirms 6 gadiem
ios-tutorial.html update pirms 6 gadiem
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 pirms 6 gadiem
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 pirms 6 gadiem
mjin-world-birth-ru.html update pirms 6 gadiem
mjin-world-birth.html update pirms 6 gadiem
openscenegraph-cross-platform-guide-ru.html update pirms 6 gadiem
openscenegraph-cross-platform-guide.html update pirms 6 gadiem
scripting-research-ru.html update pirms 6 gadiem
scripting-research.html update pirms 6 gadiem
stub-ru.html update pirms 6 gadiem
stub.html update pirms 6 gadiem
tags.html update pirms 6 gadiem

README.md

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.