Awesome
The Hackday Manifesto
Adding yourself as a supporter
Fork this repository and create a content/supporters/{your-name}/contents.lr
file, this file should resemble the following:
date: 2017-12-27
---
name: John Doe
---
organisation: Fake Inc.
---
link: https://example.com/
<dl>
<dt>date</dt>
<dd>The current date</dd>
<dt>name</dt>
<dd>Your full name as you expect it to show in the supporters section</dd>
<dt>organisation</dt>
<dd>If provided it will be shown alongside your name in the supporters section</dd>
<dt>link</dt>
<dd>If provided it will turn your name into a link in the supporters section</dd>
</dl>
Commit your changes, push them to GitHub, create a pull request and one of our helpful contributors will have it merged in.
Editing
The manifesto content can be found in content/contents.lr
and the body section
is a Markdown document.
You can either edit the file in a text editor or launch the lektor admin and edit it from there.
Running locally
The Hackday Manifesto uses Lektor to render the web content, and docker-compose to run locally.
To get the development server running in order to see live previews of your changes or to use the lektor admin run the following command:
docker-compose up
The site will now be accessible at http://localhost:5000/