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/7bdce97c812fc27afb8cd33048fefece to your computer and use it in GitHub Desktop.
Save adriculous/7bdce97c812fc27afb8cd33048fefece to your computer and use it in GitHub Desktop.
YAML Front Matter Sample
# YAML (YAML Ain't 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