Nick Dumas 1dc1af35cc Tweak default front-matter.
None of the variables were being filled out, which wasn't great. Now we
have sane defaults!
2020-03-13 09:47:20 -04:00

211 B

title: "{{ replace .Name "-" " " | title }}" date: "{{ .Date }}" draft: true author: '{{ index .Site.Author "name" }}' cover: "" tags: ["", ""] keywords: ["", ""] description: "" showFullContent : false