blog.elnu.com/config.toml
2022-06-10 16:17:39 -07:00

19 lines
388 B
TOML

baseURL = 'https://blog.elnu.com/'
languageCode = 'en-us'
title = "Elnu's Blog"
theme = 'sakura-hugo-theme'
enableEmoji = true
paginate = 3
[params]
Author = 'Elnu'
MatomoURL = 'matomo.elnu.com'
MatomoSiteId = '5'
HomepageHeader = '<a href="https://elnu.com/">&laquo; Back to profile</a>'
[permalinks]
pages = '/:title'
posts = '/:year/:month/:title/'
[taxonomies]
tag = 'tags'