forked from reconhub/learn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (50 loc) · 1.88 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
baseurl = "https://reconlearn.netlify.com/"
title = "RECON learn"
theme = "hugo-tracks-theme"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
# disqusShortname = ""
# Enable Google Analytics by entering your tracking code
# googleAnalytics = ""
# Ignore the following extensions
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[params]
# Use custom.css for your custom styling
style = "default"
description = "RECON's teaching platform"
copyright = "©2017 Thibaut Jombart"
sidebarAbout = [
"For more about the R Epidemics Consortium (RECON), visit our website: https://repidemicsconsortium.org"
]
# 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
# - 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
[[params.navlinks]]
name = "Home"
url = ""
[[params.navlinks]]
name = "About"
url = "about/"
# [[params.navlinks]]
# name = "Get in touch"
# url = "contact/"
[params.social]
# facebook = "full page or profile url in facebook"
# googleplus = "full profile url in googleplus"
email = "[email protected]"
twitter = "https://twitter.com/teebzr"
# linkedin = "full profile url in linkedin"
# stackoverflow = "full profile url in stackoverflow"
# instagram = "full profile url in instagram"
github = "https://github.com/reconhub/learn"