summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-07-17 20:12:54 -0400
committerSkiz <skiznet@aol.com>2024-07-17 20:12:54 -0400
commitca9efbcaaaffc5c79af93188c991051ba1c7a42e (patch)
tree7344195e4064e49cbd27758d51fc6e3573623e73 /hugo.toml
parent0d8f1bdee62c8a32e9b2e5dd044c6da9db121b02 (diff)
Created theme file
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"