diff --git a/content/membership.md b/content/membership.md index 646284d..dd73710 100644 --- a/content/membership.md +++ b/content/membership.md @@ -1,3 +1,8 @@ +--- +title: "Membership" +author: LUG Board +--- + ## Board | Name | Position | Contact | | --------------------- | -------------------- | ----------------------- | diff --git a/content/wiki/linux.md b/content/wiki/linux.md index d3f82bf..5d297bd 100644 --- a/content/wiki/linux.md +++ b/content/wiki/linux.md @@ -79,10 +79,10 @@ than you think.) Here's a short and incomplete list to help you choose: ### Debian-based -1. MX Linux -2. Mint -3. Ubuntu -4. Debian +1. Debian +2. Ubuntu +3. Linux Mint +4. MX Linux 5. Pop! OS 6. Elementary OS 7. Zorin OS @@ -107,6 +107,7 @@ For advanced users: 2. Gentoo 3. OpenBSD 4. FreeBSD +5. Slackware ## Tips for selecting a distro If you are a beginner and you don't want to mess with the terminal that much, diff --git a/hugo.toml b/hugo.toml index 83199c5..741e8dd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,7 +16,7 @@ summaryLength = 20 posts = '/:filename' [params] - subtitle = "UCLA Linux User Group. Free as in Freedom." + subtitle = "UCLA Linux Users Group. Free as in Freedom." logo = "lug-ucla-logo.svg" favicon = "/favicon.ico" disableDisqusTypes = ["page"] @@ -51,35 +51,50 @@ name = "Membership" url = "/membership" weight = 5 +[[menu.main]] +name = "Events" +url = "/events" +weight = 6 + [[menu.main]] name = "News" url = "/news" -weight = 6 +weight = 7 [[menu.main]] name = "Photos" url = "/zenphoto" -weight = 7 +weight = 8 [[menu.main]] name = "Switch to Linux 🐧" url = "/linux" -weight = 8 +weight = 9 [[params.social]] name = "Discord" -icon = "users" +icon = "message-square" url = "https://discord.com/invite/EmGKCa48R6" +[[params.social]] +name = "XMPP" +icon = "users" +url = "https://xmpp.link/#main@room.linux.ucla.edu" + +[[params.social]] +name = "X" +icon = "twitter" +url = "https://x.com/uclalug" + [[params.social]] name = "Instagram" icon = "instagram" url = "https://instagram.com/lug.ucla" [[params.social]] -name = "Github" -icon = "github" -url = "https://github.com/lug-ucla" +name = "Git" +icon = "git-merge" +url = "https://git.linux.ucla.edu" [[params.social]] name = "RSS" diff --git a/themes/ezhil/static/css/main.css b/themes/ezhil/static/css/main.css index 6d2edbf..a58f56a 100644 --- a/themes/ezhil/static/css/main.css +++ b/themes/ezhil/static/css/main.css @@ -271,6 +271,10 @@ pre code { letter-spacing: 1px; } +.recent-posts { + margin-bottom: 30px; +} + .recent-posts .posts .post { margin-bottom: 30px; }