updated for microformats2
This commit is contained in:
6
archetypes/articles.md
Normal file
6
archetypes/articles.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
type: "articles"
|
||||
draft: true
|
||||
---
|
5
archetypes/notes.md
Normal file
5
archetypes/notes.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: ""
|
||||
date: {{ .Date }}
|
||||
type: "notes"
|
||||
---
|
6
archetypes/photos.md
Normal file
6
archetypes/photos.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: ""
|
||||
date: {{ .Date }}
|
||||
type: "photos"
|
||||
image: "" # Add the path to your image here
|
||||
---
|
Reference in New Issue
Block a user