initial commit

This commit is contained in:
Anna Snoeijs 2025-05-25 14:43:45 +00:00
commit 1c89c2256a
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.themes/*

6
archetypes/default.md Normal file
View file

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

3
config.toml Normal file
View file

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