Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Михаил Капелько 9658cf831c Add 2017-08 scripting research to public 7 år sedan
author Add 2017-08 scripting research to public 7 år sedan
category Add 2017-08 scripting research to public 7 år sedan
feeds Add 2017-08 scripting research to public 7 år sedan
pages Correct URL 7 år sedan
pelican Add 2017-08 scripting research to public 7 år sedan
theme Conform to Github Pages requirements for organization 7 år sedan
.gitignore Conform to Github Pages requirements for organization 7 år sedan
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 år sedan
2017-07-openscenegraph-guide.png Add 2017-07 article 7 år sedan
2017-08-scripting-research.png Add 2017-08 scripting research to public 7 år sedan
README.md Add 2017-08 scripting research to public 7 år sedan
archives.html Add 2017-08 scripting research to public 7 år sedan
authors.html Conform to Github Pages requirements for organization 7 år sedan
categories.html Correct URL 7 år sedan
index.html Add 2017-08 scripting research to public 7 år sedan
index2.html Add 2017-08 scripting research to public 7 år sedan
ios-tutorial-ru.html Add 2017-08 scripting research to public 7 år sedan
ios-tutorial.html Add 2017-08 scripting research to public 7 år sedan
keyboard-review-ru.html Add 2017-08 scripting research to public 7 år sedan
keyboard-review.html Add 2017-08 scripting research to public 7 år sedan
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public 7 år sedan
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public 7 år sedan
pelican-review-ru.html Add 2017-08 scripting research to public 7 år sedan
pelican-review.html Add 2017-08 scripting research to public 7 år sedan
scripting-research-ru.html Add 2017-08 scripting research to public 7 år sedan
scripting-research.html Add 2017-08 scripting research to public 7 år sedan
tags.html Correct URL 7 år sedan

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