inital commit
This commit is contained in:
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
13
archetypes/posts.md
Normal file
13
archetypes/posts.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: ""
|
||||
draft: true
|
||||
date: {{ .Date }}
|
||||
title: ""
|
||||
description: ""
|
||||
slug: ""
|
||||
authors: []
|
||||
tags: []
|
||||
categories: []
|
||||
externalLink: ""
|
||||
series: []
|
||||
---
|
Reference in New Issue
Block a user