1
Fork 0

Always surround the frontmatter

This commit is contained in:
Jan-Erik Rediger 2018-12-24 15:29:16 +01:00
parent 387746133c
commit f8493de254

View file

@ -5,6 +5,7 @@ OUTPUT_DIR = File.expand_path("~/projects/fnordig.de/_posts")
EDITOR = ENV['EDITOR'] || 'vim'
EXTENSION=".md"
HEADER = <<EOF
---
permalink: "/{{ year }}/{{ month }}/{{ day }}/%s"
title: "%s"
published_date: "%s"