aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-07-20 09:28:45 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-07-20 09:28:45 -0400
commit5a25c726c810b01998ecd51d15227e464c36a34c (patch)
treead4439edab392b077a6d3e8b5ae8ae46d0262430 /config.toml
parent6160cb2e70e37fcf6e897f45c110274b8777012c (diff)
added presentations urlHEADmain
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 293eebc..7387e6d 100644
--- a/config.toml
+++ b/config.toml
@@ -50,6 +50,10 @@ hideColorSchemeToggle = true
50 url = "gpgkey.asc" 50 url = "gpgkey.asc"
51 51
52[[menu.main]] 52[[menu.main]]
53 name = "Presentations"
54 weight = 3
55 url = "https://p.rscha.nz"
56[[menu.main]]
53 name = "Projects" 57 name = "Projects"
54 weight = 2 58 weight = 2
55 url = "/projects" 59 url = "/projects"