Contributions are more than welcome. Feel free to fork the repo and submit pull requests.
To add a blog post or edit one of the pages, please check the content/
folder.
All files are written in Markdown format.
Create a Markdown file in the content/
folder. Any filename is
acceptable, but please use YYYYMMDD_title.md
.
Within the text file, fill in some basic metadata:
Title: LAN Party!
Date: 2013-09-20
Category: social
Tags: lan, party
Slug: fall-lan-party
Author: Kim Tran
Summary: Start the new year with a LAN Party!
Welcome back from your (hopefully) great summer! And ...
Do the same thing as a blog post except create the file in content/pages/
folder.
Afterwards submit a pull request and someone will comment or merge it in to the website shortly.
Pushing to this repo will not automatically deploy it to production servers. Either manually deploy the site, or submit a PR to notify repo watchers and someone should with take care of it.
Please check out the wiki for more info on how to deploy the site, modify theme, etc.