Minor changes
This commit is contained in:
parent
33697c6acc
commit
894087717b
@ -1,3 +1,8 @@
|
||||
---
|
||||
title: "Membership"
|
||||
author: LUG Board
|
||||
---
|
||||
|
||||
## Board
|
||||
| Name | Position | Contact |
|
||||
| --------------------- | -------------------- | ----------------------- |
|
||||
|
@ -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,
|
||||
|
31
hugo.toml
31
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"
|
||||
|
@ -271,6 +271,10 @@ pre code {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.recent-posts {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.recent-posts .posts .post {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user