summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml16
1 files changed, 15 insertions, 1 deletions
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"