This project maintains the Jekyll layouts, stylesheets, and other assets required to automatically build the makehackvoid.com website.
We build the website automatically from plaintext Markdown files. This means adding your content is quite simple, with two options for doing so:
For more detail see the howto for writing/adding content on the MHV blog.
To hack on the website you’ll need Ruby and Ruby Gems. To fetch the necessary packages/dependencies use bundle, in the root of the project:
bundle install
and then build the site locally while watching for changes:
jekyll serve --watch
news/_posts/
: news items (blog)events/_posts/
: event postings (blog)projects/_posts/
: project exhibitionWe’re making use of some extra features over vanilla Jekyll:
Liquid cheat-sheet: http://cheat.markdunkley.com/
The licensed for this project will be finalised before public release. It is proposed that it be released under the Apache License 2.0.
Layout/code:
Content:
Design: