site/hugo.toml

108 lines
1.8 KiB
TOML
Raw Permalink Normal View History

2022-10-03 20:27:19 -07:00
baseURL = "/"
languageCode = "en-us"
2024-04-03 00:54:49 -07:00
title = "UCLA Linux Users Group"
2022-10-03 20:27:19 -07:00
theme = "ezhil"
paginate = 5
2024-04-03 00:54:49 -07:00
copyright = "© Copyright 2024"
2022-10-03 20:27:19 -07:00
pygmentsstyle = "solarized-dark"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
summaryLength = 20
[permalinks]
posts = '/:filename'
[params]
2024-05-11 16:02:30 -07:00
subtitle = "UCLA Linux Users Group. Free as in Freedom."
2022-10-03 20:27:19 -07:00
logo = "lug-ucla-logo.svg"
favicon = "/favicon.ico"
disableDisqusTypes = ["page"]
featherIconsCDN = true
mode = "auto" # "dark", "auto", "light"
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
# customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts.
[[menu.main]]
name = "About"
url = "/about"
weight = 1
2022-10-08 19:55:29 -07:00
[[menu.main]]
name = "Articles"
2024-05-03 22:41:24 -07:00
url = "/wiki"
2022-10-08 19:55:29 -07:00
weight = 2
2022-10-08 19:54:04 -07:00
[[menu.main]]
name = "Directory"
url = "/directory"
2022-10-08 19:55:29 -07:00
weight = 3
2022-10-08 19:54:04 -07:00
2024-05-03 22:46:31 -07:00
[[menu.main]]
name = "Services"
url = "/Services"
weight = 4
2022-10-03 20:27:19 -07:00
[[menu.main]]
name = "Membership"
url = "/membership"
2024-05-03 22:46:31 -07:00
weight = 5
2022-10-03 20:27:19 -07:00
2024-05-11 16:02:30 -07:00
[[menu.main]]
name = "Events"
url = "/events"
weight = 6
2022-10-03 20:27:19 -07:00
[[menu.main]]
name = "News"
url = "/news"
2024-05-11 16:02:30 -07:00
weight = 7
2022-10-08 19:55:29 -07:00
[[menu.main]]
name = "Photos"
url = "/zenphoto"
2024-05-11 16:02:30 -07:00
weight = 8
2022-10-03 20:27:19 -07:00
[[menu.main]]
name = "Switch to Linux 🐧"
url = "/linux"
2024-05-11 16:02:30 -07:00
weight = 9
2022-10-03 20:27:19 -07:00
[[params.social]]
name = "Discord"
2024-05-11 16:02:30 -07:00
icon = "message-square"
2022-10-03 20:27:19 -07:00
url = "https://discord.com/invite/EmGKCa48R6"
2024-05-11 16:02:30 -07:00
[[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"
2022-10-03 20:27:19 -07:00
[[params.social]]
name = "Instagram"
icon = "instagram"
url = "https://instagram.com/lug.ucla"
[[params.social]]
2024-05-11 16:02:30 -07:00
name = "Git"
icon = "git-merge"
url = "https://git.linux.ucla.edu"
2022-10-03 20:27:19 -07:00
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"
[taxonomies]
tag = "tags"