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

HacklabJKL/hacklabjkl.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3e687a · Apr 10, 2019

History

91 Commits
Jul 17, 2017
Apr 7, 2017
Sep 24, 2017
Apr 6, 2017
Oct 7, 2015
Aug 30, 2017
Sep 9, 2016
Oct 6, 2015
Apr 10, 2019
Oct 6, 2015
Oct 6, 2015
Apr 6, 2017
Sep 9, 2016
Oct 7, 2015

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 [email protected]: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