Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ivan "KaiSD" Korystin aead1ea80c Create CNAME il y a 6 ans
author pictures for the new article il y a 6 ans
category pictures for the new article il y a 6 ans
feeds pictures for the new article il y a 6 ans
images pictures for the new article il y a 6 ans
pages fixed the pages url again il y a 6 ans
pelican another variant of the picture il y a 6 ans
theme Conform to Github Pages requirements for organization il y a 7 ans
.gitignore Conform to Github Pages requirements for organization il y a 7 ans
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization il y a 7 ans
2017-07-openscenegraph-guide.png Add 2017-07 article il y a 7 ans
2017-08-scripting-research.png Add 2017-08 scripting research to public il y a 6 ans
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world il y a 6 ans
2017-10-16-back-to-the-static.png another variant of the picture il y a 6 ans
CNAME Create CNAME il y a 6 ans
README.md Correct typos il y a 6 ans
archives.html added new article il y a 6 ans
authors.html Conform to Github Pages requirements for organization il y a 7 ans
back-to-the-static-ru.html pictures for the new article il y a 6 ans
back-to-the-static.html pictures for the new article il y a 6 ans
categories.html fixed the pages url again il y a 6 ans
index.html pictures for the new article il y a 6 ans
index2.html Add 2017-08 scripting research to public il y a 6 ans
ios-tutorial-ru.html fixed the pages url again il y a 6 ans
ios-tutorial.html fixed the pages url again il y a 6 ans
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 il y a 6 ans
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 il y a 6 ans
mjin-world-birth-ru.html fixed the pages url again il y a 6 ans
mjin-world-birth.html fixed the pages url again il y a 6 ans
openscenegraph-cross-platform-guide-ru.html fixed the pages url again il y a 6 ans
openscenegraph-cross-platform-guide.html fixed the pages url again il y a 6 ans
scripting-research-ru.html fixed the pages url again il y a 6 ans
scripting-research.html fixed the pages url again il y a 6 ans
stub-ru.html fixed the pages url again il y a 6 ans
stub.html fixed the pages url again il y a 6 ans
tags.html fixed the pages url again il y a 6 ans

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.