您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Михаил Капелько b6079716cd Add 2017-08 scripting research article 7 年前
author Add 2017-07 article 7 年前
category Add 2017-07 article 7 年前
feeds Add 2017-07 article 7 年前
pages Correct URL 7 年前
pelican Add 2017-08 scripting research article 7 年前
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 年前
README.md Add 2017-08 scripting research article 7 年前
archives.html Add 2017-07 article 7 年前
authors.html Conform to Github Pages requirements for organization 7 年前
categories.html Correct URL 7 年前
index.html Add 2017-07 article 7 年前
index2.html Add 2017-07 article 7 年前
ios-tutorial-ru.html Correct URL 7 年前
ios-tutorial.html Correct URL 7 年前
keyboard-review-ru.html Correct URL 7 年前
keyboard-review.html Correct URL 7 年前
kr1-ru.html Correct URL 7 年前
kr1.html Correct URL 7 年前
kr2-ru.html Correct URL 7 年前
kr2.html Correct URL 7 年前
kr3-ru.html Correct URL 7 年前
kr3.html Correct URL 7 年前
kr4-ru.html Correct URL 7 年前
kr4.html Correct URL 7 年前
kr5-ru.html Correct URL 7 年前
kr5.html Correct URL 7 年前
kr6-ru.html Correct URL 7 年前
kr6.html Correct URL 7 年前
kr7-ru.html Correct URL 7 年前
kr7.html Correct URL 7 年前
kr8-ru.html Correct URL 7 年前
kr8.html Correct URL 7 年前
kr9-ru.html Correct URL 7 年前
kr9.html Correct URL 7 年前
kr10-ru.html Correct URL 7 年前
kr10.html Correct URL 7 年前
openscenegraph-cross-platform-guide-ru.html Add 2017-07 article 7 年前
openscenegraph-cross-platform-guide.html Add 2017-07 article 7 年前
pelican-review-ru.html Correct URL 7 年前
pelican-review.html Correct URL 7 年前
tags.html Correct URL 7 年前

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.