diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-13 15:13:02 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-13 15:13:02 -0300 |
commit | 5e06e43c904e6cc40c34d912982b532ce7e47ca0 (patch) | |
tree | 9cc82b531a505fb3b7dce2ead2e0d4c7ce4e8710 /config.toml | |
parent | d3fa8290477d8e59401ef2c99ee2e68289ca4980 (diff) |
Added "Contact" page
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 12 |
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 |