Skip to content

Instantly share code, notes, and snippets.

@growdigital
Last active October 2, 2017 15:39
Show Gist options
  • Save growdigital/f516f7f777a52ab51ca57999c693711b to your computer and use it in GitHub Desktop.
Save growdigital/f516f7f777a52ab51ca57999c693711b to your computer and use it in GitHub Desktop.
Frontmatter Textastic template
{
"uuid": "3EA16C71-F1F2-4F51-9B91-CFEAA2A7D5B3",
"category": "Markdown",
"templates": [
{
"name": "Frontmatter",
"fileExtension": "md",
"snippet": "---\ntitle: ${1:untitled}\ndate: ${2:DATE}\nlayout: post.hbs\ncollections: posts\ndraft: true\ndesc: $3\n\n---\n\n"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment