Initialise Hugo

This commit is contained in:
Katherina Walshe-Grey 2024-06-30 10:40:37 +01:00
parent 66f3d5bd25
commit b0b64876ae
5 changed files with 23 additions and 0 deletions

4
hugo.toml Normal file
View file

@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'ananke'