Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Михаил Капелько 9658cf831c Add 2017-08 scripting research to public il y a 7 ans
author Add 2017-08 scripting research to public il y a 7 ans
category Add 2017-08 scripting research to public il y a 7 ans
feeds Add 2017-08 scripting research to public il y a 7 ans
pages Correct URL il y a 7 ans
pelican Add 2017-08 scripting research to public il y a 7 ans
theme Conform to Github Pages requirements for organization il y a 7 ans
.gitignore Conform to Github Pages requirements for organization il y a 7 ans
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization il y a 7 ans
2017-07-openscenegraph-guide.png Add 2017-07 article il y a 7 ans
2017-08-scripting-research.png Add 2017-08 scripting research to public il y a 7 ans
README.md Add 2017-08 scripting research to public il y a 7 ans
archives.html Add 2017-08 scripting research to public il y a 7 ans
authors.html Conform to Github Pages requirements for organization il y a 7 ans
categories.html Correct URL il y a 7 ans
index.html Add 2017-08 scripting research to public il y a 7 ans
index2.html Add 2017-08 scripting research to public il y a 7 ans
ios-tutorial-ru.html Add 2017-08 scripting research to public il y a 7 ans
ios-tutorial.html Add 2017-08 scripting research to public il y a 7 ans
keyboard-review-ru.html Add 2017-08 scripting research to public il y a 7 ans
keyboard-review.html Add 2017-08 scripting research to public il y a 7 ans
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public il y a 7 ans
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public il y a 7 ans
pelican-review-ru.html Add 2017-08 scripting research to public il y a 7 ans
pelican-review.html Add 2017-08 scripting research to public il y a 7 ans
scripting-research-ru.html Add 2017-08 scripting research to public il y a 7 ans
scripting-research.html Add 2017-08 scripting research to public il y a 7 ans
tags.html Correct URL il y a 7 ans

README.md

Overview

This is a work in progress. This example is used to evaluate Pelican static site generator to power Opensource Game Studio home website.

Usage (internally)

Generate local copy

cd pelican

pelican -s pelicanconf.py

Serve local copy

cd output

python -m SimpleHTTPServer

The site is served at http://localhost:8000.

Generate public copy

cd pelican

pelican -s publishconf.py