Init Commit
Start following the GitFLow
This commit is contained in:
12
archetypes/default.md
Normal file
12
archetypes/default.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
ShowToc: true
|
||||
cover:
|
||||
image: "cover.png"
|
||||
caption: "{{ replace .Name "-" " " | title }}"
|
||||
relative: false
|
||||
responsiveImages: false
|
||||
---
|
||||
|
Reference in New Issue
Block a user