Add Hugo.toml with minimum config

This commit is contained in:
constantinos 2024-12-20 09:52:42 +02:00
parent bdcb68bb5f
commit 702baae7ed

11
hugo.toml Normal file
View file

@ -0,0 +1,11 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme= "sandpoints"
# Relative URLS
relativeurls = true
# Taxonomy is keyword/keywords
[taxonomies]
keyword = "keywords"