Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Михаил Капелько baabdd45c6 Correct typos 6 anos atrás
author Add 2017-08 scripting research to public 6 anos atrás
category Add 2017-08 scripting research to public 6 anos atrás
feeds Add 2017-08 scripting research to public 6 anos atrás
pages Correct URL 7 anos atrás
pelican Correct typos 6 anos atrás
theme Conform to Github Pages requirements for organization 7 anos atrás
.gitignore Conform to Github Pages requirements for organization 7 anos atrás
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 anos atrás
2017-07-openscenegraph-guide.png Add 2017-07 article 7 anos atrás
2017-08-scripting-research.png Add 2017-08 scripting research to public 6 anos atrás
README.md Correct typos 6 anos atrás
archives.html Add 2017-08 scripting research to public 6 anos atrás
authors.html Conform to Github Pages requirements for organization 7 anos atrás
categories.html Correct URL 7 anos atrás
index.html Add 2017-08 scripting research to public 6 anos atrás
index2.html Add 2017-08 scripting research to public 6 anos atrás
ios-tutorial-ru.html Add 2017-08 scripting research to public 6 anos atrás
ios-tutorial.html Add 2017-08 scripting research to public 6 anos atrás
keyboard-review-ru.html Add 2017-08 scripting research to public 6 anos atrás
keyboard-review.html Add 2017-08 scripting research to public 6 anos atrás
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public 6 anos atrás
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public 6 anos atrás
pelican-review-ru.html Add 2017-08 scripting research to public 6 anos atrás
pelican-review.html Add 2017-08 scripting research to public 6 anos atrás
scripting-research-ru.html Add 2017-08 scripting research to public 6 anos atrás
scripting-research.html Add 2017-08 scripting research to public 6 anos atrás
tags.html Correct URL 7 anos atrás

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.