Skip to content

Commit 67be5a0

Browse files
committed
new description, remove page from navbar, lowercaps nav
1 parent 05e0198 commit 67be5a0

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed
File renamed without changes.

hugo.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pagination.pagerSize = 4
1515
# mode = "auto"
1616
mode = "toggle"
1717
useCDN = true
18-
subtitle = "On a journey to be less clever and all the wiser"
18+
subtitle = "writes about working with code"
1919
description = "Tom Monaghan's blog on software engineering"
2020

2121
[[params.social]]
@@ -29,16 +29,11 @@ icon = "linkedin"
2929
url = "https://www.linkedin.com/in/tfmonaghan/"
3030

3131
[[menu.main]]
32-
name = "Home"
33-
url = "/"
34-
weight = 1
35-
36-
[[menu.main]]
37-
name = "All posts"
32+
name = "posts"
3833
url = "/posts"
39-
weight = 2
34+
weight = 1
4035

4136
[[menu.main]]
42-
name = "Me"
37+
name = "me"
4338
url = "/me"
44-
weight = 3
39+
weight = 2

0 commit comments

Comments
 (0)