Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Ivan "KaiSD" Korystin aead1ea80c Create CNAME před 6 roky
author pictures for the new article před 6 roky
category pictures for the new article před 6 roky
feeds pictures for the new article před 6 roky
images pictures for the new article před 6 roky
pages fixed the pages url again před 6 roky
pelican another variant of the picture před 6 roky
theme Conform to Github Pages requirements for organization před 7 roky
.gitignore Conform to Github Pages requirements for organization před 7 roky
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization před 7 roky
2017-07-openscenegraph-guide.png Add 2017-07 article před 7 roky
2017-08-scripting-research.png Add 2017-08 scripting research to public před 6 roky
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world před 6 roky
2017-10-16-back-to-the-static.png another variant of the picture před 6 roky
CNAME Create CNAME před 6 roky
README.md Correct typos před 6 roky
archives.html added new article před 6 roky
authors.html Conform to Github Pages requirements for organization před 7 roky
back-to-the-static-ru.html pictures for the new article před 6 roky
back-to-the-static.html pictures for the new article před 6 roky
categories.html fixed the pages url again před 6 roky
index.html pictures for the new article před 6 roky
index2.html Add 2017-08 scripting research to public před 6 roky
ios-tutorial-ru.html fixed the pages url again před 6 roky
ios-tutorial.html fixed the pages url again před 6 roky
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 před 6 roky
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 před 6 roky
mjin-world-birth-ru.html fixed the pages url again před 6 roky
mjin-world-birth.html fixed the pages url again před 6 roky
openscenegraph-cross-platform-guide-ru.html fixed the pages url again před 6 roky
openscenegraph-cross-platform-guide.html fixed the pages url again před 6 roky
scripting-research-ru.html fixed the pages url again před 6 roky
scripting-research.html fixed the pages url again před 6 roky
stub-ru.html fixed the pages url again před 6 roky
stub.html fixed the pages url again před 6 roky
tags.html fixed the pages url again před 6 roky

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.