Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Ivan 5c0c2250c5 update 6 роки тому
author update 6 роки тому
category update 6 роки тому
feeds updated the website url 6 роки тому
images pictures for the new article 6 роки тому
pages update 6 роки тому
pelican update 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 роки тому
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world 6 роки тому
2017-10-16-back-to-the-static.png another variant of the picture 6 роки тому
CNAME Create CNAME 6 роки тому
README.md Correct typos 6 роки тому
archives.html update 6 роки тому
authors.html Conform to Github Pages requirements for organization 7 роки тому
back-to-the-static-ru.html update 6 роки тому
back-to-the-static.html update 6 роки тому
categories.html update 6 роки тому
index.html update 6 роки тому
index2.html Add 2017-08 scripting research to public 6 роки тому
ios-tutorial-ru.html update 6 роки тому
ios-tutorial.html update 6 роки тому
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 6 роки тому
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 6 роки тому
mjin-world-birth-ru.html update 6 роки тому
mjin-world-birth.html update 6 роки тому
openscenegraph-cross-platform-guide-ru.html update 6 роки тому
openscenegraph-cross-platform-guide.html update 6 роки тому
scripting-research-ru.html update 6 роки тому
scripting-research.html update 6 роки тому
stub-ru.html update 6 роки тому
stub.html update 6 роки тому
tags.html update 6 роки тому

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.