This is the Website of Oldenburg's Hackspace AKA Mainframe.
You need hyde
to generate the html files. We need also Python Pillow to create thumbnails.
You can install both with pip2
sudo pip2 install hyde
sudo pip2 install Pillow
sudo pip2 install Image
hyde gen
or
hyde gen -r
to generate all files. Alternatively you can use make, which calls hyde gen, but takes care of the dependencies unknown to hyde:
make
You'll find the generated homepage in the deploy/
directory. Use
hyde serve
to open a local web server for a preview ( http://localhost:8080 ).
- http://jinja.pocoo.org/docs/templates/#filters
- http://jinja.pocoo.org/docs/templates/#builtin-filters
- http://jinja.pocoo.org/docs/dev/
- Dark bootstrap layout from https://bootswatch.com/darkly/