cassiedotink/hugo.toml
2025-07-17 02:42:45 -04:00

29 lines
530 B
TOML

baseURL = 'https://cassie.ink/'
languageCode = 'en-us'
title = 'cassie.ink'
theme = 'neverhungoveragain'
[module]
[[module.mounts]]
source = 'content'
target = 'content'
excludeFiles = ['templates/*.md']
[pagination]
disableAliases = false
pagerSize = 5
path = 'page'
[menus]
[[menus.main]]
name = 'About'
pageRef = '/about'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 30
[[menus.main]]
name = 'Week Notes'
pageRef = '/tags/week-notes'
weight = 40