— layout: document title: “Building documentation” date: 2017-03-14 14:35:52 -0500

categories: Introduction

Building documentation

Your documentation is based on _posts and categories, so create a post in the _posts folder and add the following front matter:

---
layout: document
title:  "Building documentation"
date:   2017-03-14 14:35:52 -0500
categories: Introduction
---