-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
48 lines (43 loc) · 1.21 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
baseURL = 'https://cstheory.org'
title = 'SIGma'
theme = ['hugo-coder']
languageCode = "en-us"
defaultContentLanguage = "en"
[params]
description = "The Website for the SIG for Math and Algorithms" # website description
info = "The SIG for Math and Algorithms"
avatarURL = "images/avatar.jpg"
since = 2022
customSCSS = ["scss/style.scss"]
colorScheme = "light"
hideColorSchemeToggle = true
favicon_32 = "images/favicon-32x32.png"
favicon_16 = "images/favicon-16x16.png"
[[menu.main]]
identifier = "about" # section id
name = "[About]" # section display title
url = "/about" # path to the section
[[menu.main]]
identifier = "meetings"
name = "[Meetings]"
url = "/meetings"
[[menu.main]]
identifier = "alums"
name = "[Alumni]"
url = "/alums"
# https://forkaweso.me/Fork-Awesome/icons/
[[params.social]]
name = "Github"
icon = "fa fa-4x fa-github"
weight = 1
url = "https://github.com/SIGma-UIUC"
[[params.social]]
name = "Discord"
icon = "fa fa-4x fa-discord-alt"
weight = 1
url = "https://discord.gg/Sxf3h3pBbv"
[[params.social]]
name= "YouTube"
icon = "fa fa-4x fa-youtube-play"
weight = 1
url = "https://www.youtube.com/channel/UCStWQgYUnKdCk9TpwJ-_SRA"