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.
Михаил Капелько baabdd45c6 Correct typos il y a 7 ans
author Add 2017-08 scripting research to public il y a 7 ans
category Add 2017-08 scripting research to public il y a 7 ans
feeds Add 2017-08 scripting research to public il y a 7 ans
pages Correct URL il y a 7 ans
pelican Correct typos il y a 7 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 7 ans
README.md Correct typos il y a 7 ans
archives.html Add 2017-08 scripting research to public il y a 7 ans
authors.html Conform to Github Pages requirements for organization il y a 7 ans
categories.html Correct URL il y a 7 ans
index.html Add 2017-08 scripting research to public il y a 7 ans
index2.html Add 2017-08 scripting research to public il y a 7 ans
ios-tutorial-ru.html Add 2017-08 scripting research to public il y a 7 ans
ios-tutorial.html Add 2017-08 scripting research to public il y a 7 ans
keyboard-review-ru.html Add 2017-08 scripting research to public il y a 7 ans
keyboard-review.html Add 2017-08 scripting research to public il y a 7 ans
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public il y a 7 ans
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public il y a 7 ans
pelican-review-ru.html Add 2017-08 scripting research to public il y a 7 ans
pelican-review.html Add 2017-08 scripting research to public il y a 7 ans
scripting-research-ru.html Add 2017-08 scripting research to public il y a 7 ans
scripting-research.html Add 2017-08 scripting research to public il y a 7 ans
tags.html Correct URL il y a 7 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.