don't track hugo.toml and add example files

This commit is contained in:
sakrecoer 2026-07-31 12:02:00 +02:00
parent bb0554610d
commit 2f39c0c1b8
4 changed files with 71 additions and 15 deletions

13
example.hugo.toml Normal file
View file

@ -0,0 +1,13 @@
baseURL = "https://your-domain.com"
locale = "en-us"
title = "Your Site"
theme = "one-pager"
disableKinds = ["sitemap", "taxonomy", "term"]
[params]
sitename = "Your Site"
description = "Your site description"
headerImage = "/path/to/fallback/headerimage.jpg"
[permalinks]
page = "/:contentbasename/"