Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Михаил Капелько b6079716cd Add 2017-08 scripting research article 6 lat temu
author Add 2017-07 article 7 lat temu
category Add 2017-07 article 7 lat temu
feeds Add 2017-07 article 7 lat temu
pages Correct URL 7 lat temu
pelican Add 2017-08 scripting research article 6 lat temu
theme Conform to Github Pages requirements for organization 7 lat temu
.gitignore Conform to Github Pages requirements for organization 7 lat temu
2017-06-08-ios-refactoring.png Conform to Github Pages requirements for organization 7 lat temu
2017-07-openscenegraph-guide.png Add 2017-07 article 7 lat temu
README.md Add 2017-08 scripting research article 6 lat temu
archives.html Add 2017-07 article 7 lat temu
authors.html Conform to Github Pages requirements for organization 7 lat temu
categories.html Correct URL 7 lat temu
index.html Add 2017-07 article 7 lat temu
index2.html Add 2017-07 article 7 lat temu
ios-tutorial-ru.html Correct URL 7 lat temu
ios-tutorial.html Correct URL 7 lat temu
keyboard-review-ru.html Correct URL 7 lat temu
keyboard-review.html Correct URL 7 lat temu
kr1-ru.html Correct URL 7 lat temu
kr1.html Correct URL 7 lat temu
kr2-ru.html Correct URL 7 lat temu
kr2.html Correct URL 7 lat temu
kr3-ru.html Correct URL 7 lat temu
kr3.html Correct URL 7 lat temu
kr4-ru.html Correct URL 7 lat temu
kr4.html Correct URL 7 lat temu
kr5-ru.html Correct URL 7 lat temu
kr5.html Correct URL 7 lat temu
kr6-ru.html Correct URL 7 lat temu
kr6.html Correct URL 7 lat temu
kr7-ru.html Correct URL 7 lat temu
kr7.html Correct URL 7 lat temu
kr8-ru.html Correct URL 7 lat temu
kr8.html Correct URL 7 lat temu
kr9-ru.html Correct URL 7 lat temu
kr9.html Correct URL 7 lat temu
kr10-ru.html Correct URL 7 lat temu
kr10.html Correct URL 7 lat temu
openscenegraph-cross-platform-guide-ru.html Add 2017-07 article 7 lat temu
openscenegraph-cross-platform-guide.html Add 2017-07 article 7 lat temu
pelican-review-ru.html Correct URL 7 lat temu
pelican-review.html Correct URL 7 lat temu
tags.html Correct URL 7 lat temu

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.