Add 2017-08 scripting research article

This commit is contained in:
2017-08-16 02:32:52 +07:00
parent 9ad5140c35
commit b6079716cd
6 changed files with 145 additions and 2 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Overview
This is a work in progress. This example is used to evaluate
[Pelican static site generator](http://getpelican.com) 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](http://localhost:8000).