-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
113 lines (103 loc) · 3.94 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
baseurl = "https://puckonomy.com"
title = "Puckonomy"
theme = "hugo-nederburg-theme"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
[privacy]
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
[privacy.googleAnalytics]
# set to true to disable service
disable = true
# set to true to meet General Data Protection Regulation (GDPR)
anonymizeIP = false
respectDoNotTrack = false
useSessionStorage = false
[params]
# Unmark to use post folder for images. Default is static folder.
#usepostimgfolder = true
slogan = ""
description = "Hockey Analytics" # meta description
# You need to set author to have an author bio. If you have a writer in the markdown file it will override this.
author = "Kate Johnson and Daniel He"
authorLink = ""
bio = [
"Bringing data to the ice"
]
copyright = [
"© 2019 Kate Johnson and Daniel He",
"Nederburg Hugo Theme by [Appernetic](https://appernetic.io).",
"A port of Tracks by Compete Themes."
]
# Contact page
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below (it is also used in Gravatar for the bio).
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "[email protected]"
# Nav links in the side bar
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Get in touch"
url = "contact/"
weight = 3
# this will also be in author bio if there is no writer.
[params.social]
#facebook = "full Social profile url in facebook"
#googleplus = "full profile url in googleplus"
#email = "[email protected]"
twitter = "https://twitter.com/Puckonomy"
#linkedin = "full profile url in linkedin"
#stackoverflow = "full profile url in stackoverflow"
#instagram = "full profile url in instagram"
github = "https://github.com/KateJohnson/Puckonomy"
#pinterest = "full profile url in pinterest"
rss = true
# Add a writer, then use it in the markdown front matter like this: writer = "Lukas Herman"
[params.writers]
[params.writers."Kate Johnson"]
link = "https://katemjohnson.com"
email = "[email protected]"
bio = [
"Kate is a PhD student in Health Economics at UBC. She likes hockey and data and apple pie."
]
#facebook = "full lukas profile url in facebook"
#googleplus = "full profile url in googleplus"
#twitter = "full profile url in twitter"
#linkedin = "full profile url in linkedin"
#stackoverflow = "full profile url in stackoverflow"
#instagram = "full profile url in instagram"
github = "https://github.com/KateJohnson"
#pinterest = "full profile url in pinterest"
[params.writers."Daniel He"]
link = ""
email = ""
bio = [
"Daniel is also a PhD student at UBC. He thinks Pokemon is cool."
]
facebook = "full Göran profile url in facebook"
googleplus = "full profile url in googleplus"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
pinterest = "full profile url in pinterest"