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.

README.md 400B

123456789101112131415161718192021
  1. # Overview
  2. This is a work in progress. This example is used to evaluate
  3. [Pelican static site generator](http://getpelican.com) to power
  4. Opensource Game Studio home website.
  5. # Usage (internally)
  6. ### Generate local copy
  7. `cd pelican`
  8. `pelican -s pelicanconf.py`
  9. ### Serve local copy
  10. `cd output`
  11. `python -m SimpleHTTPServer`
  12. The site is served at [http://localhost:8000](http://localhost:8000).