Link updates and corrections
This commit is contained in:
87
hugo.toml
Normal file
87
hugo.toml
Normal file
@@ -0,0 +1,87 @@
|
||||
baseURL = "/"
|
||||
languageCode = "en-us"
|
||||
title = "UCLA Linux Users Group"
|
||||
theme = "ezhil"
|
||||
paginate = 5
|
||||
|
||||
copyright = "© Copyright 2024"
|
||||
|
||||
pygmentsstyle = "solarized-dark"
|
||||
pygmentscodefences = true
|
||||
pygmentscodefencesguesssyntax = true
|
||||
|
||||
summaryLength = 20
|
||||
|
||||
[permalinks]
|
||||
posts = '/:filename'
|
||||
|
||||
[params]
|
||||
subtitle = "UCLA Linux User Group. Free as in Freedom."
|
||||
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
|
||||
|
||||
[[menu.main]]
|
||||
name = "Articles"
|
||||
url = "/posts"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Directory"
|
||||
url = "/directory"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Membership"
|
||||
url = "/membership"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "News"
|
||||
url = "/news"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
name = "Photos"
|
||||
url = "/zenphoto"
|
||||
weight = 6
|
||||
|
||||
[[menu.main]]
|
||||
name = "Switch to Linux 🐧"
|
||||
url = "/linux"
|
||||
weight = 7
|
||||
|
||||
[[params.social]]
|
||||
name = "Discord"
|
||||
icon = "users"
|
||||
url = "https://discord.com/invite/EmGKCa48R6"
|
||||
|
||||
[[params.social]]
|
||||
name = "Instagram"
|
||||
icon = "instagram"
|
||||
url = "https://instagram.com/lug.ucla"
|
||||
|
||||
[[params.social]]
|
||||
name = "Github"
|
||||
icon = "github"
|
||||
url = "https://github.com/lug-ucla"
|
||||
|
||||
[[params.social]]
|
||||
name = "RSS"
|
||||
icon = "rss"
|
||||
url = "/index.xml"
|
||||
|
||||
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
Reference in New Issue
Block a user