first new commit

This commit is contained in:
Sid 2022-10-21 16:49:52 +02:00
commit 5794517f9b
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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

3
config.yml Normal file
View file

@ -0,0 +1,3 @@
baseURL: http://example.org/
languageCode: en-us
title: My New Hugo Site