Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Ivan fcef2f7583 about and projects 6 år sedan
author about and projects 6 år sedan
category about and projects 6 år sedan
feeds about and projects 6 år sedan
pages about and projects 6 år sedan
pelican about and projects 6 år sedan
theme Conform to Github Pages requirements for organization 7 år sedan
.gitignore Conform to Github Pages requirements for organization 7 år sedan
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 år sedan
2017-07-openscenegraph-guide.png Add 2017-07 article 7 år sedan
2017-08-scripting-research.png Add 2017-08 scripting research to public 6 år sedan
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world 6 år sedan
README.md Correct typos 6 år sedan
archives.html about and projects 6 år sedan
authors.html Conform to Github Pages requirements for organization 7 år sedan
categories.html about and projects 6 år sedan
index.html about and projects 6 år sedan
index2.html Add 2017-08 scripting research to public 6 år sedan
ios-tutorial-ru.html about and projects 6 år sedan
ios-tutorial.html about and projects 6 år sedan
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 6 år sedan
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 6 år sedan
mjin-world-birth-ru.html about and projects 6 år sedan
mjin-world-birth.html about and projects 6 år sedan
openscenegraph-cross-platform-guide-ru.html about and projects 6 år sedan
openscenegraph-cross-platform-guide.html about and projects 6 år sedan
scripting-research-ru.html about and projects 6 år sedan
scripting-research.html about and projects 6 år sedan
stub-ru.html about and projects 6 år sedan
stub.html about and projects 6 år sedan
tags.html about and projects 6 år sedan

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.