migrating from old theme name

This commit is contained in:
2020-05-22 00:23:23 +01:00
parent 3e761a81bc
commit fc10ac84c4
120 changed files with 9019 additions and 16 deletions

5
archetypes/authors.md Normal file
View File

@@ -0,0 +1,5 @@
---
name: "{{ replace .Name "-" " " | title }}"
images: []
twitter: ""
---

4
archetypes/default.md Normal file
View File

@@ -0,0 +1,4 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
---

8
archetypes/post.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
images: []
categories: []
tags: []
authors: []
---