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.
Михаил Капелько 9c70de9467 Generate 2017-05 public 6 years ago
author Generate 2017-05 public 6 years ago
category Generate 2017-05 public 6 years ago
feeds Generate 2017-05 public 6 years ago
images pictures for the new article 6 years ago
pages Generate 2017-05 public 6 years ago
pelican Back-port 2017-05-12 osg-sample article 6 years ago
theme Conform to Github Pages requirements for organization 7 years ago
.gitignore Conform to Github Pages requirements for organization 7 years ago
2017-05_osg-sample.png Generate 2017-05 public 6 years ago
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 years ago
2017-07-openscenegraph-guide.png Add 2017-07 article 7 years ago
2017-08-scripting-research.png Add 2017-08 scripting research to public 6 years ago
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world 6 years ago
2017-10-16-back-to-the-static.png another variant of the picture 6 years ago
2017-11-22-2017-summary.png Add 2017 summary article 6 years ago
2017-summary-ru.html Generate 2017-05 public 6 years ago
2017-summary.html Generate 2017-05 public 6 years ago
CNAME Create CNAME 6 years ago
README.md Correct typos 6 years ago
archives.html Generate 2017-05 public 6 years ago
authors.html Conform to Github Pages requirements for organization 7 years ago
back-to-the-static-ru.html Generate 2017-05 public 6 years ago
back-to-the-static.html Generate 2017-05 public 6 years ago
categories.html Generate 2017-05 public 6 years ago
index.html Generate 2017-05 public 6 years ago
index2.html Add 2017-08 scripting research to public 6 years ago
ios-tutorial-ru.html Generate 2017-05 public 6 years ago
ios-tutorial.html Generate 2017-05 public 6 years ago
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 6 years ago
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 6 years ago
mjin-world-birth-ru.html Generate 2017-05 public 6 years ago
mjin-world-birth.html Generate 2017-05 public 6 years ago
openscenegraph-cross-platform-guide-ru.html Generate 2017-05 public 6 years ago
openscenegraph-cross-platform-guide.html Generate 2017-05 public 6 years ago
osg-sample-ru.html Generate 2017-05 public 6 years ago
osg-sample.html Generate 2017-05 public 6 years ago
scripting-research-ru.html Generate 2017-05 public 6 years ago
scripting-research.html Generate 2017-05 public 6 years ago
tags.html Generate 2017-05 public 6 years ago

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.