Skip to content

Instantly share code, notes, and snippets.

@jsjoeio
Created May 9, 2020 22:19
Show Gist options
  • Save jsjoeio/9e40a369a914da1f16bbdbae72c04f5b to your computer and use it in GitHub Desktop.
Save jsjoeio/9e40a369a914da1f16bbdbae72c04f5b to your computer and use it in GitHub Desktop.
Gatsby Recipe: Generate a Blog Post Faster with Hygen - index.ejs.t
---
to: content/<%= folderName %>/index.md
---
---
slug: "<%= slug %>"
date: "<%= date %>"
title: "<%= h.inflection.titleize(title) %>"
description: "<%= description %>"
published: false
---
Go forth, and write thee blog post!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment