config.toml (354B)
1 title = "Website Name" 2 baseURL = 'https://example.org' 3 languageCode = 'en-us' 4 5 [params] 6 # "relatedtext" is the text that appears above the tag list at the bottom of pages. 7 relatedtext = "Related" 8 favicon = "/favicon.ico" 9 10 #list items 11 datesinlist = true 12 authorsinlist = true 13 14 #footer items 15 nextprev = true 16 taglist = true 17 showrss = true