Initial commit
This commit is contained in:
7
archetypes/default.md
Normal file
7
archetypes/default.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
tags = []
|
||||
categories = []
|
||||
+++
|
7
archetypes/posts.md
Normal file
7
archetypes/posts.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
tags = []
|
||||
categories = []
|
||||
+++
|
Reference in New Issue
Block a user