Add 2017-08 scripting research article
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal 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).
|
||||
|
||||
Reference in New Issue
Block a user