update archetypes/default.md to fit my personal needs

main
Dominic Reich 2 years ago
parent 21441ab62f
commit 89335ca549
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -1,6 +1,22 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+++
# vim: ft=markdown
title = '{{ replace .Name "-" " " | title }}'
summary = ''
date = '{{ .Date }}'
# lastmod = ''
categories = [ 'amateur-radio', 'computerstuff' ]
tags = []
# showDate = false
# showReadingTime = false
# showWordCount = false
# showPagination = false
# feed_exclude = true
# site_exclude = true
draft = true
+++

Loading…
Cancel
Save