Switch from submodule to static checked in theme

This commit is contained in:
Pim van Pelt
2024-07-31 21:42:12 +02:00
parent d1fe8049d7
commit f7a49a3b5d
70 changed files with 7929 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
title: '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
Tags: []
Categories: []
draft: true
---

View File

@ -0,0 +1,8 @@
---
title: '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
menu:
main:
name:
weight:
---

View File

@ -0,0 +1,9 @@
---
title: '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
Tags: []
Categories: []
draft: true
---