-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
67 lines (57 loc) · 1.58 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
baseurl = "https://www.alumxi.com"
languageCode = "en-us"
theme = "terminal"
paginate = 2
publishDir = "docs"
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "pink"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 5
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
# set all headings to their default size (depending on browser settings)
# it's set to `true` by default
# oneHeadingSize = false
[languages]
[languages.en]
languageName = "English"
title = "Xi Chapter Alumni Association"
subtitle = "Website of the Alumni Association of Xi Chapter of Tau Epsilon Phi Fraternity at MIT."
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "AlumXi"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "membership"
name = "Membership"
url = "/membership/alumxi"
[[languages.en.menu.main]]
identifier = "giving-alumxi"
name = "Donate!"
url = "/giving/alumxi"
[[languages.en.menu.main]]
identifier = "aboutNational"
name = "TEP National"
url = "/about"
[[languages.en.menu.main]]
identifier = "capital-campaign"
name = "Capital Campaign"
url = "/giving/capital"
[[languages.en.menu.main]]
identifier = "events"
name = "Events"
url = "/events/current"