parent
babfc0ea56
commit
25d7ff83b2
@ -1,22 +1,25 @@
|
|||||||
+++
|
---
|
||||||
title = '{{ replace .Name "-" " " | title }}'
|
title: {{ replace .Name "-" " " | title }}
|
||||||
summary = ''''''
|
summary:
|
||||||
date = '{{ .Date }}'
|
date: {{ .Date }}
|
||||||
#lastmod = ''
|
lastmod: {{ .Date }}
|
||||||
categories = [ 'amateur-radio', 'computerstuff' ]
|
categories:
|
||||||
tags = []
|
- amateur-radio
|
||||||
|
- computerstuff
|
||||||
|
tags:
|
||||||
|
- draft-post
|
||||||
|
|
||||||
# showBreadcrumbs = true
|
# showBreadcrumbs: true
|
||||||
# showDate = false
|
# showDate: false
|
||||||
# showReadingTime = false
|
# showReadingTime: false
|
||||||
# showWordCount = false
|
# showWordCount: false
|
||||||
# showPagination = false
|
# showPagination: false
|
||||||
|
|
||||||
# feed_exclude = true
|
# feed_exclude: true
|
||||||
# site_exclude = true
|
# site_exclude: true
|
||||||
|
|
||||||
draft = true
|
draft: true
|
||||||
|
|
||||||
+++
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue