Skip to content
Phillip Haydon edited this page Aug 12, 2013 · 5 revisions

Categories can be defined using the property name as singular or plural, it allows you to specify any number of categories the blog post falls under.

Categories are separated by a comma ,

category: General
category: General, Rant

or

categories: General
categories: General, Rant

These are identical, regardless if you have a single or multiple categories, you will be given a collection of categories to render.

e.g

---
layout: post
title: My first blog post!!!
categories: General, Rant
---