From 85b221d2ea434a203d87965a5acd2997fa68bcbd Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 22 Dec 2020 05:28:39 +0100 Subject: Got most of the things updated. Still need to fix the links and some categories are in the wrong order. --- config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config.toml') 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 = " Github" +identifier = "ds" +url = "https://github.com/nsensfel/tonkadur" +weight = 50 + +[[menu.shortcuts]] +name = " Discord" +url = "https://discord.gg/ft4gFmK" +weight = 51 +[[menu.shortcuts]] +name = " Reddit" +url = "https://www.reddit.com/r/Tonkadur" +weight = 52 -- cgit v1.2.3-70-g09d2