Skip to main content

Drafts

Let's say you are working on a project description or essay over a period of days, and it's not yet ready for inclusion in your Essays or Projects page. You can exclude it from being listed by including "draft: true" the following in your YAML front matter. For example, here's the front matter for an example draft essay:

---
layout: essay
type: essay
draft: true
title: Igniting the fire
date: 2015-08-26
labels:
- Software Engineering
- Learning
---

This essay will not appear in the list of essays on your Essays page, but it can be retrieved if you know the URL and enter it into the address bar manually.