From acd2ada05abebb6a520e6f85690d0287d50a8667 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Fri, 29 Oct 2021 00:13:12 +0200 Subject: Initial work --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 08647b0..b61abe6 100644 --- a/config.toml +++ b/config.toml @@ -33,3 +33,8 @@ customJs = ["js/main.js"] identifier = "about" weight = 300 url = "/about/" + + [[menu.main]] + name = "Cheatsheets" + weight = 400 + url = "/cheatsheets/" -- cgit v1.2.1