25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Михаил Капелько 9658cf831c Add 2017-08 scripting research to public 7 yıl önce
author Add 2017-08 scripting research to public 7 yıl önce
category Add 2017-08 scripting research to public 7 yıl önce
feeds Add 2017-08 scripting research to public 7 yıl önce
pages Correct URL 7 yıl önce
pelican Add 2017-08 scripting research to public 7 yıl önce
theme Conform to Github Pages requirements for organization 7 yıl önce
.gitignore Conform to Github Pages requirements for organization 7 yıl önce
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 yıl önce
2017-07-openscenegraph-guide.png Add 2017-07 article 7 yıl önce
2017-08-scripting-research.png Add 2017-08 scripting research to public 7 yıl önce
README.md Add 2017-08 scripting research to public 7 yıl önce
archives.html Add 2017-08 scripting research to public 7 yıl önce
authors.html Conform to Github Pages requirements for organization 7 yıl önce
categories.html Correct URL 7 yıl önce
index.html Add 2017-08 scripting research to public 7 yıl önce
index2.html Add 2017-08 scripting research to public 7 yıl önce
ios-tutorial-ru.html Add 2017-08 scripting research to public 7 yıl önce
ios-tutorial.html Add 2017-08 scripting research to public 7 yıl önce
keyboard-review-ru.html Add 2017-08 scripting research to public 7 yıl önce
keyboard-review.html Add 2017-08 scripting research to public 7 yıl önce
openscenegraph-cross-platform-guide-ru.html Add 2017-08 scripting research to public 7 yıl önce
openscenegraph-cross-platform-guide.html Add 2017-08 scripting research to public 7 yıl önce
pelican-review-ru.html Add 2017-08 scripting research to public 7 yıl önce
pelican-review.html Add 2017-08 scripting research to public 7 yıl önce
scripting-research-ru.html Add 2017-08 scripting research to public 7 yıl önce
scripting-research.html Add 2017-08 scripting research to public 7 yıl önce
tags.html Correct URL 7 yıl önce

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