summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-08-31 15:17:24 -0400
committerSkiz <skiznet@aol.com>2024-08-31 15:17:24 -0400
commite1e30d98328f77f2b3bf404a884b52af814f21e8 (patch)
tree243a52a8d44e23e51ee30f7563deba349d8469b2 /hugo.toml
parent82f9ee759c8c832ccd66fcb45ba3a4de211b3aa6 (diff)
Setup hugo config
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..4e6a4f7
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,24 @@
+baseURL = 'https://iloveliquids.com/'
+languageCode = 'en-us'
+title = 'I Love Liquids'
+
+[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"
+
+[markup.goldmark.renderer]
+ unsafe = true # Allow HTML in md files
+