Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Ivan 51b4aa723e updated the site vor 6 Jahren
author updated the site vor 6 Jahren
category updated the site vor 6 Jahren
feeds updated the site vor 6 Jahren
images pictures for the new article vor 6 Jahren
pages updated the site vor 6 Jahren
pelican changed the ads vor 6 Jahren
theme Conform to Github Pages requirements for organization vor 7 Jahren
.gitignore Conform to Github Pages requirements for organization vor 7 Jahren
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization vor 7 Jahren
2017-07-openscenegraph-guide.png Add 2017-07 article vor 7 Jahren
2017-08-scripting-research.png Add 2017-08 scripting research to public vor 6 Jahren
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world vor 6 Jahren
2017-10-16-back-to-the-static.png another variant of the picture vor 6 Jahren
2017-11-22-2017-summary.png Add 2017 summary article vor 6 Jahren
2017-summary-ru.html updated the site vor 6 Jahren
2017-summary.html updated the site vor 6 Jahren
CNAME Create CNAME vor 6 Jahren
README.md Correct typos vor 6 Jahren
archives.html updated the site vor 6 Jahren
authors.html Conform to Github Pages requirements for organization vor 7 Jahren
back-to-the-static-ru.html updated the site vor 6 Jahren
back-to-the-static.html updated the site vor 6 Jahren
categories.html updated the site vor 6 Jahren
index.html updated the site vor 6 Jahren
index2.html Add 2017-08 scripting research to public vor 6 Jahren
ios-tutorial-ru.html updated the site vor 6 Jahren
ios-tutorial.html updated the site vor 6 Jahren
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 vor 6 Jahren
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 vor 6 Jahren
mjin-world-birth-ru.html updated the site vor 6 Jahren
mjin-world-birth.html updated the site vor 6 Jahren
openscenegraph-cross-platform-guide-ru.html updated the site vor 6 Jahren
openscenegraph-cross-platform-guide.html updated the site vor 6 Jahren
scripting-research-ru.html updated the site vor 6 Jahren
scripting-research.html updated the site vor 6 Jahren
stub-ru.html updated the site vor 6 Jahren
stub.html updated the site vor 6 Jahren
tags.html updated the site vor 6 Jahren

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.