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.
Михаил Капелько e567d92541 Update README and leave only one stub article pirms 7 gadiem
author Add 2017-08 scripting research to public pirms 7 gadiem
category Add 2017-08 scripting research to public pirms 7 gadiem
feeds Add 2017-08 scripting research to public pirms 7 gadiem
pages Correct URL pirms 7 gadiem
pelican Update README and leave only one stub article pirms 7 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 7 gadiem
README.md Update README and leave only one stub article pirms 7 gadiem
archives.html Add 2017-08 scripting research to public pirms 7 gadiem
authors.html Conform to Github Pages requirements for organization pirms 7 gadiem
categories.html Correct URL pirms 7 gadiem
index.html Add 2017-08 scripting research to public pirms 7 gadiem
index2.html Add 2017-08 scripting research to public pirms 7 gadiem
ios-tutorial-ru.html Add 2017-08 scripting research to public pirms 7 gadiem
ios-tutorial.html Add 2017-08 scripting research to public pirms 7 gadiem
keyboard-review-ru.html Add 2017-08 scripting research to public pirms 7 gadiem
keyboard-review.html Add 2017-08 scripting research to public pirms 7 gadiem
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public pirms 7 gadiem
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public pirms 7 gadiem
pelican-review-ru.html Add 2017-08 scripting research to public pirms 7 gadiem
pelican-review.html Add 2017-08 scripting research to public pirms 7 gadiem
scripting-research-ru.html Add 2017-08 scripting research to public pirms 7 gadiem
scripting-research.html Add 2017-08 scripting research to public pirms 7 gadiem
tags.html Correct URL pirms 7 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:

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.