THIS PAGE IS NO LONGER IN USE AND HAS SOME SECURITY ISSUES. IT IS AVAILABLE ONLY FOR ARCHIVAL PURPOSES!**
Hacklab Jyväskylä used this website from 2015 to 2017.
Written using Python 2.7.6.
Work on content:
git clone git@github.com:HacklabJKL/hacklabjkl.github.io.git cd hacklabjkl.github.io pip install -r requirements.txt make html
Verify changes locally (browse to http://localhost:8000/):
cd output python -m pelican.server cd ..
Deploy to Github Pages:
make github
See http://docs.getpelican.com/en/3.6.3/quickstart.html
Using RST as markup language. Benefit over markdown is that some plugins (vimeo, youtube) are written as rst-directives.
See guide for writing content: http://docs.getpelican.com/en/3.6.3/content.html