Initial checkin

This commit is contained in:
Pim van Pelt
2022-09-04 14:08:48 +02:00
commit fc0ea29973
110 changed files with 9548 additions and 0 deletions
.gitattributes.gitignore
archetypes
config.toml
content
push.sh
static
themes/hugo-theme-notrack
.gitignoreLICENSE.mdREADME.md
archetypes
data
exampleSite
images
layouts
static
theme.toml

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

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

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