First commit
This commit is contained in:
commit
44dbcd6f34
48 changed files with 3535 additions and 0 deletions
7
archetypes/default.md
Normal file
7
archetypes/default.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
comments: false
|
||||
---
|
||||
|
9
archetypes/posts.md
Normal file
9
archetypes/posts.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
featuredImg: ""
|
||||
tags:
|
||||
- tag
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue