-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
33 lines (30 loc) · 1 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
languageCode = "en-us"
language = "en"
title = "CovHack 2019"
theme = "hackathon"
relativeURLs = true
# Prevent hugo rendering these pages as this theme is single page scroll onyl: (use homepage and also add "page" to the diables list)
disableKinds = ["section", "taxonomy", "taxonomyTerm", "RSS", "sitemap"]
# Theme settings
[params]
name = "CovHack"
year = "2019"
date = "16<sup>th</sup> - 17<sup>th</sup> March 2019"
tickets = "covhack/covhack19"
logo = "/images/covhack-square-logo-bg.png"
# Social Media Links
facebook = "covhacksoc"
github = "covhacksoc"
twitter = "covhacksoc"
email = "[email protected]"
# MapBox
mapboxtoken = "pk.eyJ1IjoibTE1ODc0MDkiLCJhIjoiY2pvc3l1cTZqMHNvZjNwcGh5azRvYmRycSJ9.xtQSLto9hgN4J9LAzLQcbw"
center = [-1.500075, 52.405634]
zoom = 16.1
coordinates = [-1.500086, 52.405313]
title = "CovHack"
description = "1 Gulson Rd,<br/> Coventry<br/>CV1 2JH"
[imaging]
resampleFilter = "box"
quality = 75
anchor = "smart"