aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-20 17:45:09 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-25 15:10:13 -0500
commit401be0909a58baafaadfef445dd508fef38eb7d1 (patch)
tree629017bc44cd3b7b8ec4cc24001c7f00def78bdb /config.toml
parentc3fdaeffb6d6fe4f42614f4b4b5e6c14d131bd77 (diff)
Change naming
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 1162240..2dd98b9 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
baseURL = "https://huntm.net/"
-title = "Michael Hunteman"
+title = "Michael Hunteman's Website"
pygmentsUseClasses = true
[markup.goldmark.renderer]
@@ -15,8 +15,8 @@ unsafe = true
url = "/blog/"
weight = 2
[[menu.nav]]
- name = "Projects"
- url = "https://git.huntm.net"
+ name = "Software Projects"
+ url = "https://git.huntm.net/"
weight = 3
[[menu.nav]]
name = "Books"
@@ -28,5 +28,5 @@ unsafe = true
weight = 5
[[menu.nav]]
name = "Donate"
- url = "https://donate.huntm.net"
+ url = "https://donate.huntm.net/"
weight = 6