From ee1960f02ce36c56c5c8194f1c2918be0e99639f Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 13 Jan 2023 13:54:59 +0100 Subject: [PATCH] Add some services to main nav --- config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.toml b/config.toml index c066615..133a8b3 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,16 @@ baseURL = "https://www.luj0ga.de/" languageCode = "en-us" title = "luj0ga" +[menu] + [[menu.main]] + name = "Git" + url = "https://git.luj0ga.de" + weight = 10 + [[menu.main]] + name = "Pad" + url = "https://md.luj0ga.de" + weight = 20 + [minify] minifyOutput = true