forked from zaynaib/mir_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
60 lines (54 loc) · 1.58 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
baseURL = "http://example.org/"
languageCode = "en-us"
title = "MiR Community Website"
theme = "basic"
relativeURLs = true
[params]
author = "Brian Hogan"
description = "My portfolio site"
logo = "img/logo.png"
dateFormat = "26 FEB 1994"
# Meta data
# Google Analitycs
googleAnalitycsID = "Your ID"
# We're using formspree.io for form handling, paste your formspree url below
formspreeFormUrl = "https://formspree.io/myykjpje"
[taxonomies]
year = "year"
month = "month"
tag = "tags"
category = "categories"
[permalinks]
webinars = "webinars/:year/:month/:slug"
year = "/webinars/:slug/"
month = "/webinars/:slug/"
[params.footer]
# Footer Contact Info
[params.footer.contactInfo]
title = "Contact Info"
email = "[email protected]"
# Footer Sitemap
[params.footer.sitemap]
title = "Sitemap"
[[params.footer.sitemap.link]]
name = "About Company"
url = "about"
[[params.footer.sitemap.link]]
name = "Team"
url = "team"
[[params.footer.sitemap.link]]
name = "Webinars"
url = "webinars"
[[params.footer.sitemap.link]]
name = "Contact"
url = "contact"
# Footer Social Media
[params.footer.social]
title = "Social Media"
[[params.footer.social.link]]
name = "Twitter"
url = "https://twitter.com/miR_community"
# Footer Service
[params.footer.service]
title = "MiR Community"
description = "MiR Community aims to support underrepresented R users around the world."