summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 5ca143a..b3a715a 100644
--- a/config.toml
+++ b/config.toml
@@ -43,6 +43,16 @@ summaryLength = 30
weight = 5
[[menu.main]]
+ name = "Contact"
+ url = "/contact/"
+ weight = 6
+
+[[menu.main]]
+ name = "Matrix"
+ url = "https://matrix.to/#/#yams:chat.rogs.me"
+ weight = 99
+
+[[menu.main]]
name = "Gitlab"
url = "https://gitlab.com/rogs/yams"
weight = 100
@@ -53,7 +63,7 @@ summaryLength = 30
homepage_button_text = 'Install YAMS'
homepage_intro = 'YAMS is a basic but powerful media server, easy to install in a bash script'
homepage_image = '/install-yams.gif'
- mainSections = ['install', 'config', 'faqs', 'donate']
+ mainSections = ['install', 'config', 'faqs', 'donate', 'contact']
## You can enable to add anchor links to header elements
enable_anchor_link = true