mirror of
https://github.com/zopiya/blog.git
synced 2025-11-03 20:16:47 +08:00
15 lines
258 B
TOML
15 lines
258 B
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-us'
|
|
defaultContentLanguage = 'en-us'
|
|
title = 'typo'
|
|
|
|
[module]
|
|
[module.hugoVersion]
|
|
extended = false
|
|
min = "0.116.0"
|
|
|
|
# Default config
|
|
[params.breadcrumbs]
|
|
enabled = true
|
|
showCurrentPage = true
|
|
home = "Home" |