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

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.