Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

HackTheMidlands/hackthemidlands-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1093898 Â· Jul 23, 2020
Jul 23, 2020
Jun 26, 2020
Aug 14, 2019
Oct 11, 2019
Oct 22, 2019
Jun 25, 2020
Nov 19, 2019
Jun 25, 2020
Jul 28, 2019
Jul 28, 2019
May 20, 2019
Jul 28, 2019
Feb 26, 2020
Jul 28, 2019
Jul 28, 2019
Jul 29, 2019
Jun 26, 2020
Nov 19, 2019
Mar 31, 2017
Mar 31, 2017
Jul 6, 2020
Jul 28, 2019
Jun 26, 2020

Repository files navigation

HackTheMidlands

This is the website source code for hackthemidlands.com.

Development

Ensure that gem and bundle are in your path, then run:

$ bundle install --path vendor/bundle
$ bundle exec jekyll serve

Then navigate to http://localhost:4000 to see the site.

As a general rule, page/post content should be generated from markdown files and data content should be generated from yaml files (in _data/). This is much better than hardcoding anything as it makes it much easier to edit later on.