9 lines
211 B
TOML
9 lines
211 B
TOML
title = "Website Name"
|
|
baseURL = '/'
|
|
languageCode = 'en-us'
|
|
|
|
[params]
|
|
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
|
#relatedtext = "Related:"
|
|
favicon = "/favicon.ico"
|