Skip to content

Instantly share code, notes, and snippets.

@nukos
Created September 8, 2014 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukos/a75ec5b5206c73192566 to your computer and use it in GitHub Desktop.
Save nukos/a75ec5b5206c73192566 to your computer and use it in GitHub Desktop.
Jekyll Blog Yaml FrontMatter
---
published: [true | false]
layout: post
date: Y-m-d HH:MM
title: [text]
series: [text]
description: [text]
categories: [text, text...]
tag:
- [text]
slug: [text]
thumbnail: [true | false]
thumb_type: [eyecatch]
thumb_slug: [text]
score: [1-5]
author: [author | text]
history:
-
date: Y-m-d
value: [text]
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment