Move to src dir

This commit is contained in:
Nox Sluijtman 2024-02-10 21:03:20 +01:00
parent 79fd67e916
commit bb3007d53f
83 changed files with 1316 additions and 2 deletions

View file

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

View file

@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
author: "$HUMANOID"
tags: ["", ""]
description: "This is the default article description"
draft: true
---