Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackdaymanifesto/site
The Hackday Manifesto
https://github.com/hackdaymanifesto/site
Last synced: 6 days ago
JSON representation
The Hackday Manifesto
- Host: GitHub
- URL: https://github.com/hackdaymanifesto/site
- Owner: hackdaymanifesto
- Created: 2012-04-09T19:19:56.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T19:28:20.000Z (4 months ago)
- Last Synced: 2024-08-02T07:11:00.253Z (3 months ago)
- Language: HTML
- Homepage: https://hackdaymanifesto.com/
- Size: 247 KB
- Stars: 401
- Watchers: 31
- Forks: 130
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hackathon - Hackday Manifesto - How to make your event a success, and avoid common pitfalls. (Guides / Evaluating)
README
# 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/
```
- date
- The current date
- name
- Your full name as you expect it to show in the supporters section
- organisation
- If provided it will be shown alongside your name in the supporters section
- link
- If provided it will turn your name into a link in the supporters section
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](https://www.getlektor.com) 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:
```sh
docker-compose up
```
The site will now be accessible at http://localhost:5000/