A collection of videos and photos by Hackerspace.gr.
Get in touch with Hackerspace.gr members to get access.
For functionality improvements consider contributing to the upstream project.
For full documentation check the official upstream website. Bellow is a quick guide that will help you setup a local development environment for media.hackerspace.gr.
-
Clone this repository locally.
-
Put some photos inside the
media/
subfolder. -
Install dependencies.
pip install sigal cssmin
-
Make changes to the design that lives under the
themes/
subdfolder. -
If you made changes to css minify them.
cat base.css style.css skeleton.css layout.css colorbox.css |cssmin > style.min.css
-
Build the gallery.
sigal build
-
Test that everything looks good.
sigal server
-
Profit.