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.
Михаил Капелько b6079716cd Add 2017-08 scripting research article il y a 7 ans
author Add 2017-07 article il y a 7 ans
category Add 2017-07 article il y a 7 ans
feeds Add 2017-07 article il y a 7 ans
pages Correct URL il y a 7 ans
pelican Add 2017-08 scripting research article 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
README.md Add 2017-08 scripting research article il y a 7 ans
archives.html Add 2017-07 article 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-07 article il y a 7 ans
index2.html Add 2017-07 article il y a 7 ans
ios-tutorial-ru.html Correct URL il y a 7 ans
ios-tutorial.html Correct URL il y a 7 ans
keyboard-review-ru.html Correct URL il y a 7 ans
keyboard-review.html Correct URL il y a 7 ans
kr1-ru.html Correct URL il y a 7 ans
kr1.html Correct URL il y a 7 ans
kr2-ru.html Correct URL il y a 7 ans
kr2.html Correct URL il y a 7 ans
kr3-ru.html Correct URL il y a 7 ans
kr3.html Correct URL il y a 7 ans
kr4-ru.html Correct URL il y a 7 ans
kr4.html Correct URL il y a 7 ans
kr5-ru.html Correct URL il y a 7 ans
kr5.html Correct URL il y a 7 ans
kr6-ru.html Correct URL il y a 7 ans
kr6.html Correct URL il y a 7 ans
kr7-ru.html Correct URL il y a 7 ans
kr7.html Correct URL il y a 7 ans
kr8-ru.html Correct URL il y a 7 ans
kr8.html Correct URL il y a 7 ans
kr9-ru.html Correct URL il y a 7 ans
kr9.html Correct URL il y a 7 ans
kr10-ru.html Correct URL il y a 7 ans
kr10.html Correct URL il y a 7 ans
openscenegraph-cross-platform-guide-ru.html Add 2017-07 article il y a 7 ans
openscenegraph-cross-platform-guide.html Add 2017-07 article il y a 7 ans
pelican-review-ru.html Correct URL il y a 7 ans
pelican-review.html Correct URL 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.