Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Михаил Капелько baabdd45c6 Correct typos 6 лет назад
author Add 2017-08 scripting research to public 6 лет назад
category Add 2017-08 scripting research to public 6 лет назад
feeds Add 2017-08 scripting research to public 6 лет назад
pages Correct URL 7 лет назад
pelican Correct typos 6 лет назад
theme Conform to Github Pages requirements for organization 7 лет назад
.gitignore Conform to Github Pages requirements for organization 7 лет назад
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 лет назад
2017-07-openscenegraph-guide.png Add 2017-07 article 7 лет назад
2017-08-scripting-research.png Add 2017-08 scripting research to public 6 лет назад
README.md Correct typos 6 лет назад
archives.html Add 2017-08 scripting research to public 6 лет назад
authors.html Conform to Github Pages requirements for organization 7 лет назад
categories.html Correct URL 7 лет назад
index.html Add 2017-08 scripting research to public 6 лет назад
index2.html Add 2017-08 scripting research to public 6 лет назад
ios-tutorial-ru.html Add 2017-08 scripting research to public 6 лет назад
ios-tutorial.html Add 2017-08 scripting research to public 6 лет назад
keyboard-review-ru.html Add 2017-08 scripting research to public 6 лет назад
keyboard-review.html Add 2017-08 scripting research to public 6 лет назад
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public 6 лет назад
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public 6 лет назад
pelican-review-ru.html Add 2017-08 scripting research to public 6 лет назад
pelican-review.html Add 2017-08 scripting research to public 6 лет назад
scripting-research-ru.html Add 2017-08 scripting research to public 6 лет назад
scripting-research.html Add 2017-08 scripting research to public 6 лет назад
tags.html Correct URL 7 лет назад

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.