feat: add archetypes (#145)
This commit is contained in:
parent
79412144d9
commit
21b42f0b6c
7
archetypes/categories.md
Normal file
7
archetypes/categories.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
image:
|
||||
style:
|
||||
background: "#2a9d8f"
|
||||
color: "#fff"
|
||||
---
|
@ -1,2 +1,11 @@
|
||||
+++
|
||||
+++
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description:
|
||||
date: {{ .Date }}
|
||||
image:
|
||||
math:
|
||||
license:
|
||||
hidden: false
|
||||
comments: true
|
||||
draft: true
|
||||
---
|
5
archetypes/tags.md
Normal file
5
archetypes/tags.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description:
|
||||
image:
|
||||
---
|
Loading…
Reference in New Issue
Block a user