Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 391 Bytes

The purduelug.org pelican website.

Dependencies

pip install pelican pykwiki markdown ghp-import

Building and Publishing

Use a live updating development server

make devserver

Publish to github pages

make publish

Type make to see more options Use git as usual for managing wiki source content.

Don't forget to git commit/push/pull your source files!