Minor changes
This commit is contained in:
parent
33697c6acc
commit
894087717b
@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: "Membership"
|
||||||
|
author: LUG Board
|
||||||
|
---
|
||||||
|
|
||||||
## Board
|
## Board
|
||||||
| Name | Position | Contact |
|
| Name | Position | Contact |
|
||||||
| --------------------- | -------------------- | ----------------------- |
|
| --------------------- | -------------------- | ----------------------- |
|
||||||
|
@ -79,10 +79,10 @@ than you think.)
|
|||||||
Here's a short and incomplete list to help you choose:
|
Here's a short and incomplete list to help you choose:
|
||||||
|
|
||||||
### Debian-based
|
### Debian-based
|
||||||
1. MX Linux
|
1. Debian
|
||||||
2. Mint
|
2. Ubuntu
|
||||||
3. Ubuntu
|
3. Linux Mint
|
||||||
4. Debian
|
4. MX Linux
|
||||||
5. Pop! OS
|
5. Pop! OS
|
||||||
6. Elementary OS
|
6. Elementary OS
|
||||||
7. Zorin OS
|
7. Zorin OS
|
||||||
@ -107,6 +107,7 @@ For advanced users:
|
|||||||
2. Gentoo
|
2. Gentoo
|
||||||
3. OpenBSD
|
3. OpenBSD
|
||||||
4. FreeBSD
|
4. FreeBSD
|
||||||
|
5. Slackware
|
||||||
|
|
||||||
## Tips for selecting a distro
|
## Tips for selecting a distro
|
||||||
If you are a beginner and you don't want to mess with the terminal that much,
|
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'
|
posts = '/:filename'
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
subtitle = "UCLA Linux User Group. Free as in Freedom."
|
subtitle = "UCLA Linux Users Group. Free as in Freedom."
|
||||||
logo = "lug-ucla-logo.svg"
|
logo = "lug-ucla-logo.svg"
|
||||||
favicon = "/favicon.ico"
|
favicon = "/favicon.ico"
|
||||||
disableDisqusTypes = ["page"]
|
disableDisqusTypes = ["page"]
|
||||||
@ -51,35 +51,50 @@ name = "Membership"
|
|||||||
url = "/membership"
|
url = "/membership"
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Events"
|
||||||
|
url = "/events"
|
||||||
|
weight = 6
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "News"
|
name = "News"
|
||||||
url = "/news"
|
url = "/news"
|
||||||
weight = 6
|
weight = 7
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Photos"
|
name = "Photos"
|
||||||
url = "/zenphoto"
|
url = "/zenphoto"
|
||||||
weight = 7
|
weight = 8
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Switch to Linux 🐧"
|
name = "Switch to Linux 🐧"
|
||||||
url = "/linux"
|
url = "/linux"
|
||||||
weight = 8
|
weight = 9
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "Discord"
|
name = "Discord"
|
||||||
icon = "users"
|
icon = "message-square"
|
||||||
url = "https://discord.com/invite/EmGKCa48R6"
|
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]]
|
[[params.social]]
|
||||||
name = "Instagram"
|
name = "Instagram"
|
||||||
icon = "instagram"
|
icon = "instagram"
|
||||||
url = "https://instagram.com/lug.ucla"
|
url = "https://instagram.com/lug.ucla"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "Github"
|
name = "Git"
|
||||||
icon = "github"
|
icon = "git-merge"
|
||||||
url = "https://github.com/lug-ucla"
|
url = "https://git.linux.ucla.edu"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "RSS"
|
name = "RSS"
|
||||||
|
@ -271,6 +271,10 @@ pre code {
|
|||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recent-posts {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.recent-posts .posts .post {
|
.recent-posts .posts .post {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user