-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
91 lines (73 loc) · 2.38 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
baseurl = "https://hackagainstcovid-19.org"
title = "Hack Against Covid-19"
theme = "coder-portfolio"
DefaultContentLanguage = "en"
paginate = 20
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
pygmentsUseClasses = true
[params]
author = "ITP Residents"
home_main = "Hey ITP + IMA: let's do something about it."
description = "Hack Against Covid-19"
keywords = "hackathon,developer,covid-19,pandemic"
avatarurl = "images/cv19-small.jpeg"
fixedbarContent = "Checkout the updated schedule → "
hideCredits = false
hideCopyright = false
# Bottom sns share
snsShare = true
# Popular sns share
# if you want add sns. please message!
enableTwitterShare = true
enableFacebookShare = true
enableHatenaShare = true
enableLineShare = true
enableLinkedInShare = true
thumbnail = "images/tn.png"
# Custom CSS
custom_css = []
# Alignment of Mobile Menu items
itemscentered = true
# RTL support
rtl = false
langseparator = "|"
[[params.home_links]]
name = "Participate"
background = "primary"
weight = 2
url = "https://forms.gle/xNsZHzBpLBWqM32G8"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
weight = 2
url = "https://twitter.com/itp_nyu"
[languages]
[languages.en]
languagecode = "en"
languagename = "English" # The language name to be displayed in the selector.
title = "Hack Against Covid-19"
# You can configure the theme parameter for each language.
[languages.en.params]
author = "Hack Against Covid-19"
info = "A 3-Day ITP & IMA Hackathon Starting this Fri 03/20"
description = "Hack Against Covid-19"
keywords = "blog,developer,personal"
[languages.en.menu] # It is possible to change the menu too.
[[languages.en.menu.main]]
name = "About"
weight = 1.0
url = "about"
[[languages.en.menu.main]]
name = "Schedule"
weight = 2.0
url = "schedule"
[[languages.en.menu.main]]
name = "Inspiration"
weight = 3
url = "inspiration"
[[languages.en.menu.main]]
name = "Participate"
weight = 3
url = "contact"