blog.elnu.com/config.toml
2022-07-04 18:53:44 -07:00

31 lines
635 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'
AuthorProfile = 'https://elnu.com/'
AuthorTwitter = 'ElnuDev'
SiteTwitter = 'ElnuDev'
MatomoURL = 'matomo.elnu.com'
MatomoSiteId = '5'
HomepageHeader = '<a href="https://elnu.com/">&laquo; Back to profile</a>'
Theme = 'earthly'
ThemeColor = '#007559'
[permalinks]
pages = '/:title'
posts = '/:year/:month/:slug/'
[taxonomies]
tag = 'tags'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'friendly'