You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Михаил Капелько 9658cf831c Add 2017-08 scripting research to public 7 年之前
author Add 2017-08 scripting research to public 7 年之前
category Add 2017-08 scripting research to public 7 年之前
feeds Add 2017-08 scripting research to public 7 年之前
pages Correct URL 7 年之前
pelican Add 2017-08 scripting research to public 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 年之前
2017-08-scripting-research.png Add 2017-08 scripting research to public 7 年之前
README.md Add 2017-08 scripting research to public 7 年之前
archives.html Add 2017-08 scripting research to public 7 年之前
authors.html Conform to Github Pages requirements for organization 7 年之前
categories.html Correct URL 7 年之前
index.html Add 2017-08 scripting research to public 7 年之前
index2.html Add 2017-08 scripting research to public 7 年之前
ios-tutorial-ru.html Add 2017-08 scripting research to public 7 年之前
ios-tutorial.html Add 2017-08 scripting research to public 7 年之前
keyboard-review-ru.html Add 2017-08 scripting research to public 7 年之前
keyboard-review.html Add 2017-08 scripting research to public 7 年之前
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public 7 年之前
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public 7 年之前
pelican-review-ru.html Add 2017-08 scripting research to public 7 年之前
pelican-review.html Add 2017-08 scripting research to public 7 年之前
scripting-research-ru.html Add 2017-08 scripting research to public 7 年之前
scripting-research.html Add 2017-08 scripting research to public 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.

Generate public copy

cd pelican

pelican -s publishconf.py