Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

HacklabJKL/hacklabjkl.github.io

Repository files navigation

Hacklab Jyväskylä website

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.

Development guide

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