-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
117 lines (91 loc) · 2.32 KB
/
config.toml
File metadata and controls
117 lines (91 loc) · 2.32 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
baseURL ="https://forzaeth.ch/"
title = "ForzaETH"
author = "forzaeth"
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
theme = "tella"
enableRobotsTXT = true
buildFuture = true
# Please enable this feature if the site is available in Japanese, Chinese or Korean.
#hasCJKLanguage = true
# If you're using Google Analytics, you can enable this feature.
#googleAnalytics = "UA-12345678-1"
# Disqus Comment System
#disqusShortname = ""
[params]
mainSections = ['blog', 'events']
sponsors = ['sponsors']
googleFonts = true
[params.logo]
main = "logos/logo.svg"
alt = "ForzaETH Logo"
# The size parameter is the class name of tailwindcss
# https://tailwindcss.com/
size = "h-14"
[params.site]
name = "ForzaETH by Autonomous Racing Zürich"
[params.icon]
#If you want to use FontAwesome, set this parameter to true.
fontawesome = true
[params.homepage_meta_tags]
meta_description = "ForzaETH is the F1TENTH Team of Autonomous Racing Zürich"
meta_og_title = "ForzaETH by Autonomous Racing Zürich"
meta_og_type = "website"
meta_og_url = "https://forzaeth.ch"
meta_og_description = "ForzaETH is the F1TENTH Team of Autonomous Racing Zürich"
[menu]
#[[menu.main]]
# identifier = "cars"
# name = "Cars"
# url = "/cars/"
# weight = 3
[[menu.main]]
identifier = "events"
name = "Events"
url = "/events/"
weight = 5
[[menu.main]]
identifier = "team"
name = "Team"
url = "/team/"
weight = 4
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog/"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 5
# Footer Menu
[[menu.footer]]
name = "Home"
url = "/"
weight = 1
[[menu.footer]]
name = "Contact"
url = "/contact/"
weight = 2
[[menu.footer]]
name = "Instagram"
url = "https://instagram.com/forzaeth/"
pre = "Instagram"
weight = 3
[[menu.footer]]
name = "Linkedin"
url = "https://www.linkedin.com/company/forzaeth-arzh/"
pre = "Linkedin"
weight = 3
[[menu.footer]]
name = "GitHub"
url = "https://github.com/ForzaETH"
pre = "GitHub"
weight = 3