您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Михаил Капелько bdadfa149b Back-port 2016 september article 6 年前
author Back-port 2016-10-31 tech showcases article 6 年前
category Back-port 2016-10-31 tech showcases article 6 年前
feeds Back-port 2016-10-31 tech showcases article 6 年前
images pictures for the new article 6 年前
pages Generate 2017-05 public 6 年前
pelican Back-port 2016 september article 6 年前
theme Back-port 2017-03 let's go article 6 年前
.gitignore Conform to Github Pages requirements for organization 7 年前
2016-10-31_tech-showcases.png Back-port 2016-10-31 tech showcases article 6 年前
2016-11-19_2016-october-recap.png Back-port 2016 october recap 6 年前
2016-12-15_2016-november-recap.png Add 2016 november recap 6 年前
2016-12-31_happy-new-year.png Back-port 2017 happy new year article 6 年前
2016-november-recap-ru.html Add 2016 november recap 6 年前
2016-november-recap.html Add 2016 november recap 6 年前
2016-october-recap-ru.html Back-port 2016 october recap 6 年前
2016-october-recap.html Back-port 2016 october recap 6 年前
2016-tech-showcases-ru.html Back-port 2016-10-31 tech showcases article 6 年前
2016-tech-showcases.html Back-port 2016-10-31 tech showcases article 6 年前
2017-01_mjin-android-gles.png Back-port 2017-01 the year of challenges article 6 年前
2017-01_the-year-of-challenges.png Back-port 2017-01 the year of challenges article 6 年前
2017-03_lets-go.png Back-port 2017-03 let's go article 6 年前
2017-04_its-all-fine.png Back-port 2017-04 it's all fine article 6 年前
2017-05_osg-sample.png Generate 2017-05 public 6 年前
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 6 年前
2017-09-mjin-world-birth.png Publish 2017-09 article about the birth of MJIN world 6 年前
2017-10-16-back-to-the-static.png another variant of the picture 6 年前
2017-11-22-2017-summary.png Add 2017 summary article 6 年前
2017-happy-new-year-ru.html Back-port 2017 happy new year article 6 年前
2017-happy-new-year.html Back-port 2017 happy new year article 6 年前
2017-summary-ru.html Generate 2017-05 public 6 年前
2017-summary.html Generate 2017-05 public 6 年前
CNAME Create CNAME 6 年前
README.md Correct typos 6 年前
archives.html Back-port 2016-10-31 tech showcases article 6 年前
authors.html Conform to Github Pages requirements for organization 7 年前
back-to-the-static-ru.html Generate 2017-05 public 6 年前
back-to-the-static.html Generate 2017-05 public 6 年前
categories.html Generate 2017-05 public 6 年前
index.html Back-port 2017 happy new year article 6 年前
index2.html Back-port 2016-10-31 tech showcases article 6 年前
ios-tutorial-ru.html Generate 2017-05 public 6 年前
ios-tutorial.html Generate 2017-05 public 6 年前
its-all-fine-ru.html Back-port 2017-04 it's all fine article 6 年前
its-all-fine.html Back-port 2017-04 it's all fine article 6 年前
lets-go-ru.html Back-port 2017-03 let's go article 6 年前
lets-go.html Back-port 2017-03 let's go article 6 年前
mjin-player.html Add mjin-player with mjin-application-memory-colors 0.1 6 年前
mjin-player.js Add mjin-player with mjin-application-memory-colors 0.1 6 年前
mjin-world-birth-ru.html Generate 2017-05 public 6 年前
mjin-world-birth.html Generate 2017-05 public 6 年前
openscenegraph-cross-platform-guide-ru.html Generate 2017-05 public 6 年前
openscenegraph-cross-platform-guide.html Generate 2017-05 public 6 年前
osg-sample-ru.html Update 2017-05-12 osg-sample article link to 2016-11 october recap 6 年前
osg-sample.html Update 2017-05-12 osg-sample article link to 2016-11 october recap 6 年前
scripting-research-ru.html Generate 2017-05 public 6 年前
scripting-research.html Generate 2017-05 public 6 年前
tags.html Generate 2017-05 public 6 年前
the-year-of-challenges-ru.html Back-port 2017-01 the year of challenges article 6 年前
the-year-of-challenges.html Back-port 2017-01 the year of challenges article 6 年前

README.md

Overview

We consider changing Opensource Game Studio website‘s engine from Wordpress to Pelican. This is Pelican evaluation.

Installation

You need a working Python's pip.

Install Pelican with the following command:

sudo apt install pelican

Preview

  • Generate local copy with the following commands:

cd pelican

pelican -s pelicanconf.py

  • Serve the local copy with the following commands:

cd output

python -m SimpleHTTPServer

The preview should now be available at http://localhost:8000.

Publishing

  • Generate public site with the following commands:

cd pelican

pelican -s publishconf.py

  • Upload it to GitHub with the following commands:

git push

The publich site should now be available at http://ogstudio.github.io.