No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ivan 19399accfc update hace 6 años
author update hace 6 años
category update hace 6 años
feeds updated the website url hace 6 años
images pictures for the new article hace 6 años
pages update hace 6 años
pelican analytics and adsense hace 6 años
theme Conform to Github Pages requirements for organization hace 7 años
.gitignore Conform to Github Pages requirements for organization hace 7 años
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization hace 7 años
2017-07-openscenegraph-guide.png Add 2017-07 article hace 7 años
2017-08-scripting-research.png Add 2017-08 scripting research to public hace 6 años
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world hace 6 años
2017-10-16-back-to-the-static.png another variant of the picture hace 6 años
CNAME Create CNAME hace 6 años
README.md Correct typos hace 6 años
archives.html update hace 6 años
authors.html Conform to Github Pages requirements for organization hace 7 años
back-to-the-static-ru.html update hace 6 años
back-to-the-static.html update hace 6 años
categories.html update hace 6 años
index.html update hace 6 años
index2.html Add 2017-08 scripting research to public hace 6 años
ios-tutorial-ru.html update hace 6 años
ios-tutorial.html update hace 6 años
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 hace 6 años
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 hace 6 años
mjin-world-birth-ru.html update hace 6 años
mjin-world-birth.html update hace 6 años
openscenegraph-cross-platform-guide-ru.html update hace 6 años
openscenegraph-cross-platform-guide.html update hace 6 años
scripting-research-ru.html update hace 6 años
scripting-research.html update hace 6 años
stub-ru.html update hace 6 años
stub.html update hace 6 años
tags.html update hace 6 años

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.