Skip to content

ktt-ol/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mainframe's Website

This is the Website of Oldenburg's Hackspace AKA Mainframe.

Building local

Setup

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

Building

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 ).

Jinja Documentation

Acknowledgments