From ca9efbcaaaffc5c79af93188c991051ba1c7a42e Mon Sep 17 00:00:00 2001 From: Skiz Date: Wed, 17 Jul 2024 20:12:54 -0400 Subject: Created theme file --- hugo.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 25f31ff..5b7376e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,21 @@ baseURL = 'https://schizoid.party/' languageCode = 'en-us' title = 'Schizoid Party' -theme = 'lugo' +theme = 'schizo' + +[params] + # "relatedtext" is the text that appears above the tag list at the bottom of pages. + relatedtext = "Related" + favicon = "/images/gifs/USflag.gif" + + #list items + datesinlist = true + authorsinlist = true + + #footer items + nextprev = true + taglist = true + showrss = true [taxonomies] tag = "tags" -- cgit v1.2.3