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.
Михаил Капелько b6079716cd Add 2017-08 scripting research article hace 7 años
author Add 2017-07 article hace 7 años
category Add 2017-07 article hace 7 años
feeds Add 2017-07 article hace 7 años
pages Correct URL hace 7 años
pelican Add 2017-08 scripting research article hace 7 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
README.md Add 2017-08 scripting research article hace 7 años
archives.html Add 2017-07 article hace 7 años
authors.html Conform to Github Pages requirements for organization hace 7 años
categories.html Correct URL hace 7 años
index.html Add 2017-07 article hace 7 años
index2.html Add 2017-07 article hace 7 años
ios-tutorial-ru.html Correct URL hace 7 años
ios-tutorial.html Correct URL hace 7 años
keyboard-review-ru.html Correct URL hace 7 años
keyboard-review.html Correct URL hace 7 años
kr1-ru.html Correct URL hace 7 años
kr1.html Correct URL hace 7 años
kr2-ru.html Correct URL hace 7 años
kr2.html Correct URL hace 7 años
kr3-ru.html Correct URL hace 7 años
kr3.html Correct URL hace 7 años
kr4-ru.html Correct URL hace 7 años
kr4.html Correct URL hace 7 años
kr5-ru.html Correct URL hace 7 años
kr5.html Correct URL hace 7 años
kr6-ru.html Correct URL hace 7 años
kr6.html Correct URL hace 7 años
kr7-ru.html Correct URL hace 7 años
kr7.html Correct URL hace 7 años
kr8-ru.html Correct URL hace 7 años
kr8.html Correct URL hace 7 años
kr9-ru.html Correct URL hace 7 años
kr9.html Correct URL hace 7 años
kr10-ru.html Correct URL hace 7 años
kr10.html Correct URL hace 7 años
openscenegraph-cross-platform-guide-ru.html Add 2017-07 article hace 7 años
openscenegraph-cross-platform-guide.html Add 2017-07 article hace 7 años
pelican-review-ru.html Correct URL hace 7 años
pelican-review.html Correct URL hace 7 años
tags.html Correct URL hace 7 años

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.