Setup template

This commit is contained in:
penny
2021-08-23 16:49:57 +02:00
parent 2b2c59b6e5
commit ad0a9d675c
4 changed files with 14 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/hermit"]
path = themes/hermit
url = https://github.com/Track3/hermit.git
+6
View File
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+4
View File
@@ -0,0 +1,4 @@
baseURL = 'https://lieuwe.leene.dev/'
languageCode = 'en-uk'
title = 'Lieuwe Leene'
theme = "hermit"
Submodule
+1
Submodule themes/hermit added at 2dc35c5c6a