summaryrefslogtreecommitdiff
path: root/config/web
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-02-24 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-02-24 00:00:00 +0000
commit39a3ab9d8d2a43c5f1621f90844285bcd8bef8464ecdac94a0b7a9ae12bbe522 (patch)
treefd37299f4ef978766fbfbff7e8802006de2b1b4a754da14b04f6574463bf8bc4 /config/web
parent69d761ffc07ac2e8aa9864fec3ce7d736b1c4a9e5590d2ba8d11edd7261f0a97 (diff)
downloadjournal-39a3ab9d8d2a43c5f1621f90844285bcd8bef8464ecdac94a0b7a9ae12bbe522.tar.gz
journal-39a3ab9d8d2a43c5f1621f90844285bcd8bef8464ecdac94a0b7a9ae12bbe522.zip
Update theme
Diffstat (limited to 'config/web')
-rw-r--r--config/web/config.toml24
1 files changed, 22 insertions, 2 deletions
diff --git a/config/web/config.toml b/config/web/config.toml
index f34177b..b79063e 100644
--- a/config/web/config.toml
+++ b/config/web/config.toml
@@ -1,7 +1,27 @@
-disableKinds = ['taxonomy', 'term', 'RSS', 'section']
-enableRobotsTXT = true
+disableKinds = ['RSS', 'section']
publishDir = "public/website"
+enableRobotsTXT = true
+
+[menu]
+ [[menu.main]]
+ name = "About Page"
+ url = "/about/"
+ weight = 1
+ [[menu.main]]
+ name = "Promoted Links"
+ url = "/promoted/"
+ weight = 2
+ [[menu.main]]
+ name = "Glossary"
+ url = "/glossary/"
+ weight = 3
+ [[menu.main]]
+ name = "Atom Feed"
+ url = "/atom.xml"
+ weight = 4
[outputs]
home = ["HTML", "Atom"]
page = ["HTML"]
+ taxonomy = ["HTML", "Atom"]
+ term = ["HTML", "Atom"]