Navigation Menu

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/5ebed7fbbec526efab4a6b55ec9735db to your computer and use it in GitHub Desktop.
Save adriculous/5ebed7fbbec526efab4a6b55ec9735db to your computer and use it in GitHub Desktop.
JSON Front Matter Sample
// JSON (Javascript Object Notation) 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