Setting up Hugo and Theme

This commit is contained in:
Jeremy Vyska 2021-10-21 20:09:10 +02:00
parent 3180f9c6a2
commit 717823a86d
5 changed files with 25 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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