12 lines
276 B
TOML
12 lines
276 B
TOML
title = "Website Name"
|
|
baseURL = 'https://example.org'
|
|
languageCode = 'en-us'
|
|
|
|
[params]
|
|
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
|
relatedtext = "Tags:"
|
|
favicon = "favicon.ico"
|
|
showrss = true
|
|
nextprev = true
|
|
taglist = true
|