You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.