From ca1e9d3088dfe330e552b7dfd29d2042c0b458f3 Mon Sep 17 00:00:00 2001 From: James Shiffer Date: Fri, 3 May 2024 22:46:31 -0700 Subject: [PATCH] Update navbar, news page --- content/news.md | 1 + hugo.toml | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content/news.md b/content/news.md index b4dcad5..8e4e69a 100644 --- a/content/news.md +++ b/content/news.md @@ -2,6 +2,7 @@ title: News --- +- 2024-05-03: Added the [Services](/services) page. - 2024-04-03: Site updates. Gitea moved to https://git.linux.ucla.edu. - 2023-12-20: Wow I have not written anything in a while. The booru site has been moved to a seperate subdomain and we have a Gitea with the website source code. If you want to suggest any changes please submit a pull request! - 2022-10-03: Github account for LUG has been created. Website is moved to Hugo. diff --git a/hugo.toml b/hugo.toml index 3b85b7e..83199c5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -41,25 +41,30 @@ name = "Directory" url = "/directory" weight = 3 +[[menu.main]] +name = "Services" +url = "/Services" +weight = 4 + [[menu.main]] name = "Membership" url = "/membership" -weight = 4 +weight = 5 [[menu.main]] name = "News" url = "/news" -weight = 5 +weight = 6 [[menu.main]] name = "Photos" url = "/zenphoto" -weight = 6 +weight = 7 [[menu.main]] name = "Switch to Linux 🐧" url = "/linux" -weight = 7 +weight = 8 [[params.social]] name = "Discord"