This is an example of a page.

New pages can be created in the _pages directory with the following frontmatter:

---
title: about
layout: page
permalink: /about
---

Then, you can modify navigation.html in _includes to include this new page in the header:

<li><a href="/snippet-book/about">about</a></li>