Initial commit

This commit is contained in:
2023-11-05 12:12:07 +00:00
commit 4db9a3fc16
130 changed files with 3504 additions and 0 deletions

7
archetypes/blog.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
subtitle: ""
date: {{ .Date }}
tags: []
draft: true
---

7
archetypes/default.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
subtitle: ""
date: {{ .Date }}
draft: true
---

5
archetypes/facilities.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: "{{ replace .Name "-" " " | title }}"
icon: ""
---