From 87caab2c328b4b12ba15f9134a78bc78e82d4db3 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 3 Mar 2021 02:40:52 +0100 Subject: Add submenus --- config.toml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ themes/marussy | 2 +- 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a4c1a66..7a7c624 100644 --- a/config.toml +++ b/config.toml @@ -67,6 +67,41 @@ name = "About" url = "/" weight = -100 +[[menu.main]] +parent = "about" +identifier = "short-bio" +name = "Short bio" +url = "/#short-bio" +weight = -99 + +[[menu.main]] +parent = "about" +identifier = "contacts" +name = "Contacts" +url = "/#contacts" +weight = -98 + +[[menu.main]] +parent = "about" +identifier = "encryption" +name = "Encryption" +url = "/gpg" +weight = -97 + +[[menu.main]] +parent = "about" +identifier = "canary" +name = "Canary" +url = "/canary" +weight = -96 + +[[menu.main]] +parent = "about" +identifier = "license" +name = "License" +url = "/license" +weight = -95 + [[menu.main]] identifier = "posts" name = "Blog" @@ -84,3 +119,38 @@ identifier = "software" name = "Software" url = "/software/" weight = -70 + +[[menu.main]] +parent = "software" +indentifier = "software-projects" +name = "Projects" +url = "/software/#projects" +weight = -69 + +[[menu.main]] +parent = "software" +indentifier = "public-repos" +name = "Public repos" +url = "/software/#repos" +weight = -68 + +[[menu.main]] +parent = "software" +indentifier = "mirrors" +name = "Mirrors" +url = "/software/#mirrors" +weight = -67 + +[[menu.main]] +parent = "software" +indentifier = "cgit" +name = "Git" +url = "https://git.marussy.com" +weight = -66 + +[[menu.main]] +parent = "software" +indentifier = "jenkins" +name = "Jenkins" +url = "https://jenkins.marussy.com" +weight = -65 diff --git a/themes/marussy b/themes/marussy index 1b54220..581af22 160000 --- a/themes/marussy +++ b/themes/marussy @@ -1 +1 @@ -Subproject commit 1b54220b3f871c02bbf16b872b7d63eded9c74e6 +Subproject commit 581af22a708ea7bef536a26885f73844898404ad -- cgit v1.2.3-54-g00ecf