created a default post archetype
This commit is contained in:
parent
ea8f8057f9
commit
b04dc735c0
|
@ -1,2 +1,11 @@
|
||||||
+++
|
---
|
||||||
+++
|
title: "{{ replace (replace .Name "-" " ") "_" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
tags:
|
||||||
|
- tag1
|
||||||
|
- tag2
|
||||||
|
- tag3
|
||||||
|
image:
|
||||||
|
comments: true
|
||||||
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue