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