From 095e1bb247deb4b9e34da7e736c984fcdba53b21 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 5 Apr 2022 11:13:28 +0200 Subject: [PATCH] Added link to documentation site --- config.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b984493..6c31e87 100644 --- a/config.toml +++ b/config.toml @@ -27,12 +27,19 @@ pygmentsUseClasses = true url = "/blogroll/" weight = 20 + [[menu.main]] + identifier = "Docs" + name = "docs" + title = "docs" + url = "/docs/" + weight = 30 + [[menu.main]] identifier = "about" name = "about" title = "about" url = "/about/" - weight = 30 + weight = 40 [permalinks] posts = "/:title/"