Blog: Fix categories, blog single page template
This commit is contained in:
parent
e8eff8de55
commit
ad72231459
17 changed files with 157 additions and 43 deletions
|
@ -1,8 +1,11 @@
|
|||
---
|
||||
kind: article
|
||||
categories: article
|
||||
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||
date: '{{ .Date }}'
|
||||
draft: true
|
||||
authors:
|
||||
- your name
|
||||
# tags:
|
||||
---
|
||||
|
||||
TODO: Write your blog post
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
---
|
||||
kind: event
|
||||
categories: event
|
||||
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||
date: '{{ .Date }}' # date of the event
|
||||
publishDate: '{{ .Date }}' # when to publish
|
||||
draft: true
|
||||
location: Z9
|
||||
authors:
|
||||
- your name
|
||||
# tags:
|
||||
---
|
||||
|
||||
TODO: Describe your event here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue