aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-03 02:40:52 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-03 02:41:38 +0100
commit87caab2c328b4b12ba15f9134a78bc78e82d4db3 (patch)
treec839c41564f51a465ffb7309f8d4eb29f2d4e7f8
parentUpgrade dart-sass-embedded (diff)
downloadblog-87caab2c328b4b12ba15f9134a78bc78e82d4db3.tar.gz
blog-87caab2c328b4b12ba15f9134a78bc78e82d4db3.tar.zst
blog-87caab2c328b4b12ba15f9134a78bc78e82d4db3.zip
Add submenus
-rw-r--r--config.toml70
m---------themes/marussy0
2 files changed, 70 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index a4c1a66..7a7c624 100644
--- a/config.toml
+++ b/config.toml
@@ -68,6 +68,41 @@ url = "/"
68weight = -100 68weight = -100
69 69
70[[menu.main]] 70[[menu.main]]
71parent = "about"
72identifier = "short-bio"
73name = "Short bio"
74url = "/#short-bio"
75weight = -99
76
77[[menu.main]]
78parent = "about"
79identifier = "contacts"
80name = "Contacts"
81url = "/#contacts"
82weight = -98
83
84[[menu.main]]
85parent = "about"
86identifier = "encryption"
87name = "Encryption"
88url = "/gpg"
89weight = -97
90
91[[menu.main]]
92parent = "about"
93identifier = "canary"
94name = "Canary"
95url = "/canary"
96weight = -96
97
98[[menu.main]]
99parent = "about"
100identifier = "license"
101name = "License"
102url = "/license"
103weight = -95
104
105[[menu.main]]
71identifier = "posts" 106identifier = "posts"
72name = "Blog" 107name = "Blog"
73url = "/posts" 108url = "/posts"
@@ -84,3 +119,38 @@ identifier = "software"
84name = "Software" 119name = "Software"
85url = "/software/" 120url = "/software/"
86weight = -70 121weight = -70
122
123[[menu.main]]
124parent = "software"
125indentifier = "software-projects"
126name = "Projects"
127url = "/software/#projects"
128weight = -69
129
130[[menu.main]]
131parent = "software"
132indentifier = "public-repos"
133name = "Public repos"
134url = "/software/#repos"
135weight = -68
136
137[[menu.main]]
138parent = "software"
139indentifier = "mirrors"
140name = "Mirrors"
141url = "/software/#mirrors"
142weight = -67
143
144[[menu.main]]
145parent = "software"
146indentifier = "cgit"
147name = "Git"
148url = "https://git.marussy.com"
149weight = -66
150
151[[menu.main]]
152parent = "software"
153indentifier = "jenkins"
154name = "Jenkins"
155url = "https://jenkins.marussy.com"
156weight = -65
diff --git a/themes/marussy b/themes/marussy
Subproject 1b54220b3f871c02bbf16b872b7d63eded9c74e Subproject 581af22a708ea7bef536a26885f73844898404a