Skip to content

Instantly share code, notes, and snippets.

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 adriculous/d04d0a8a1de1c5812301d69af82be23e to your computer and use it in GitHub Desktop.
Save adriculous/d04d0a8a1de1c5812301d69af82be23e to your computer and use it in GitHub Desktop.
TOML Front Matter Sample
# TOML (Tom's Obvious Markup Language) format
+++
title = "Welcome to my awesome site!"
description = "An intro to CBLW powered by Hugo"
tags = [ "Cardcaptor Sakura", "Sakura Kinomoto", "Syaoran Li", "Intro" ]
date = "2016-06-16"
categories = [
"General",
"Random Stuff"
]
slug = "welcome"
+++
Your content (in Markdown) will be down here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment