summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 05:28:39 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 05:28:39 +0100
commit85b221d2ea434a203d87965a5acd2997fa68bcbd (patch)
tree65b5ba0b18ac42ca08259e69dbb030ecd6c5859e /config.toml
parentd0d6117176d68b2345d36e81ccdaa447e9caa724 (diff)
Got most of the things updated.
Still need to fix the links and some categories are in the wrong order.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 61e69cd..149daf3 100644
--- a/config.toml
+++ b/config.toml
@@ -2,11 +2,27 @@ baseURL = "https://tonkadur.of.tacticians.online/"
languageCode = "en-us"
title = "Tonkadur"
theme = "hugo-theme-learn"
+
[params]
custom_css = ["css/prism.css"]
+ disableShortcutsTitle=true
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
+[[menu.shortcuts]]
+name = "<i class='fab fa-github'></i> Github"
+identifier = "ds"
+url = "https://github.com/nsensfel/tonkadur"
+weight = 50
+
+[[menu.shortcuts]]
+name = "<i class='fab fa-discord'></i> Discord"
+url = "https://discord.gg/ft4gFmK"
+weight = 51
+[[menu.shortcuts]]
+name = "<i class='fab fa-reddit'></i> Reddit"
+url = "https://www.reddit.com/r/Tonkadur"
+weight = 52