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 7b243ca167 updated the website url преди 6 години
author updated the website url преди 6 години
category updated the website url преди 6 години
feeds updated the website url преди 6 години
images pictures for the new article преди 6 години
pages updated the website url преди 6 години
pelican updated the website url преди 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 updated the website url преди 6 години
authors.html Conform to Github Pages requirements for organization преди 7 години
back-to-the-static-ru.html updated the website url преди 6 години
back-to-the-static.html updated the website url преди 6 години
categories.html updated the website url преди 6 години
index.html updated the website url преди 6 години
index2.html Add 2017-08 scripting research to public преди 6 години
ios-tutorial-ru.html updated the website url преди 6 години
ios-tutorial.html updated the website url преди 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 updated the website url преди 6 години
mjin-world-birth.html updated the website url преди 6 години
openscenegraph-cross-platform-guide-ru.html updated the website url преди 6 години
openscenegraph-cross-platform-guide.html updated the website url преди 6 години
scripting-research-ru.html updated the website url преди 6 години
scripting-research.html updated the website url преди 6 години
stub-ru.html updated the website url преди 6 години
stub.html updated the website url преди 6 години
tags.html updated the website url преди 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.