feat: initial setup for hugo

This commit is contained in:
silver 2025-02-13 13:54:56 +00:00
parent 66c682122c
commit b52a477c51
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
8 changed files with 115 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 = 'PaperMod'