All posts have layouts specified in the header. The structure of the layouts can be found and edited in the _layouts directory.
All posts are found under the _post directory, and should be named [DATE]-[name-of-post].md. Post also need a header at the top E.g.:
---
layout: post
title: "Edit Business unit information"
category: business-unit
permalink: /business-unit
---
All pages get rendered to html and can be found under the _site direcory
All posts should have a lab, which should get accessed through a button on the bottom of the page:
<a class="offset-5 btn btn-success btn-lg" href="/business-unit-lab" role="button">Go to lab</a>
Images should be saved in the assets directory and can be use as:
<img src="assets/images/edit-business-unit-lab.PNG">