You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Михаил Капелько e567d92541 Update README and leave only one stub article 6 years ago
author Add 2017-08 scripting research to public 6 years ago
category Add 2017-08 scripting research to public 6 years ago
feeds Add 2017-08 scripting research to public 6 years ago
pages Correct URL 7 years ago
pelican Update README and leave only one stub article 6 years ago
theme Conform to Github Pages requirements for organization 7 years ago
.gitignore Conform to Github Pages requirements for organization 7 years ago
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 years ago
2017-07-openscenegraph-guide.png Add 2017-07 article 7 years ago
2017-08-scripting-research.png Add 2017-08 scripting research to public 6 years ago
README.md Update README and leave only one stub article 6 years ago
archives.html Add 2017-08 scripting research to public 6 years ago
authors.html Conform to Github Pages requirements for organization 7 years ago
categories.html Correct URL 7 years ago
index.html Add 2017-08 scripting research to public 6 years ago
index2.html Add 2017-08 scripting research to public 6 years ago
ios-tutorial-ru.html Add 2017-08 scripting research to public 6 years ago
ios-tutorial.html Add 2017-08 scripting research to public 6 years ago
keyboard-review-ru.html Add 2017-08 scripting research to public 6 years ago
keyboard-review.html Add 2017-08 scripting research to public 6 years ago
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public 6 years ago
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public 6 years ago
pelican-review-ru.html Add 2017-08 scripting research to public 6 years ago
pelican-review.html Add 2017-08 scripting research to public 6 years ago
scripting-research-ru.html Add 2017-08 scripting research to public 6 years ago
scripting-research.html Add 2017-08 scripting research to public 6 years ago
tags.html Correct URL 7 years ago

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.