Building a specific how-to guide for opening datasets
Check the wiki for hackathon details.
The directory structure is setup for Jekyll to be hosted with GitHub Pages:
/_includes
This directory is for components, like navbars and javascript.
/_layouts
This directory is for basic layouts to create the pages.
/_steps
This directory is a collection of files describing steps in the process. The steps should be in individual files with defined metadata to allow for easy rendering. This will make it easy to update the process.
First, install Jekyll. If you have windows, these are good step by step instructions to get started. For other operating systems, follow these instructions.
Navigate to this repository on your machine in the console, and run jekyll serve -w
. Open up a browser and go to localhost:4000/data-opener-hackathon/
, and you should see the site.