-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (59 loc) · 1.78 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
baseURL = '/'
languageCode = 'en-us'
title = 'Glitch'
theme = 'osprey'
[Params]
glitch_name="adhitht"
tagline = "Gaming Club IITH"
description = "Glitch is the gaming club of IITH."
logoBig = "/images/logo-nobg.png"
logoSmall = "/images/logo-nobg.png"
favicon = "favicon.ico"
opengraphImage = "/images/logo-nobg.png"
email = ""
googleTagManager = ""
customCSS = false
# Social media links in footer
twitter = ""
instagram = "glitch.iith"
github = "glitch-iith"
twitch = "glitchiith"
# Copyright and theme author credit in footer
copyright = false
credit = false
# Cache busting of static resources (additional set up required)
cacheBustCSS = true
cacheBustJS = true
# Code highlighting with highlight.js
highlightJS = true
highlightJSStyle = "" # For custom highlight.js styles, add your /path/to/styles/default.css
highlightJSScript = "" # For custom highlight.js languages config, add your /path/to/highlight.pack.js
# Choose either Formspree contact form or Basin contact form
ajaxFormspree = true
ajaxFormspreeGold = false
ajaxBasin = "https://usebasin.com/f/0eae7044d4c2"
# Lazy loading with lazysizes
lazyloading = true
custom_css = ["css/custom_css.css","css/glitch_effect.css","css/twitch_hover.css","css/team.css"]
# Background Video For Website
promo_video = "video/glitch_promo.mp4"
# Address for the Club
address = "Indian Institute of Technology, Hyderabad <br> Kandi,Sangareddy <br> 502285"
# Custom Image for Event Background
custom_event_img = "images/events.png"
[[menu.main]]
name = "About"
url = "/#about"
weight = 1
[[menu.main]]
name = "Events"
url = "/#events"
weight = 2
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 3
[[menu.main]]
name = "Team"
url = "/#team"
weight = 4