Skip to content

Markdown File Header

Phillip Haydon edited this page Jul 29, 2013 · 7 revisions

Headers are defined at the top of a Markdown file starting with --- and ending with ---. The dashes must be exactly three, no more no less.

Properties/Values are defined by left/right arguments separated by a :, while nested properties/values start on the following line prefixed with a space or tab.

Example 1

---
layout: post
category: Azure
title: Setting up Mono on nginx
series:
    id: azure-nginx
    index: 3
    part: Part 3 - Setting up Mono on nginx
---

Available Properties

Currently this is the list of available properties:

  1. layout
  2. category / categories
  3. title

Clone this wiki locally