This repository has been archived by the owner on Aug 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
107 lines (97 loc) · 2.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
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
theme = "hugo-now-ui"
baseurl = "https://rladies.github.io/rladies-website"
languageCode = "en-us"
title = "R-Ladies Global"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
#enableGitInfo = true
publishDir = "docs"
disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404", "robotsTXT", "home", "section"]
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "About us"
url = "#"
identifier = "dropdown"
pre = "<i class='now-ui-icons ui-2_favourite-28'></i>"
weight = 1
[[menu.main]]
name = "Mission"
url = "/mission/"
weight = 1
parent = "dropdown"
[[menu.main]]
name = "Get involved"
url = "/involved/"
weight = 2
parent = "dropdown"
[[menu.main]]
name = "Meet the global team"
url = "/global-team/"
weight = 3
parent = "dropdown"
[[menu.main]]
name = "R-Ladies Directory"
url = "/directory/"
pre = "<i class='now-ui-icons users_single-02'></i>"
weight = 2
[[menu.main]]
name = "Events"
url = "/events/"
pre = "<i class='now-ui-icons ui-1_calendar-60'></i>"
weight = 3
[[menu.main]]
name = "Blog"
url = "https://blog.rladies.org/"
pre = "<i class='now-ui-icons ui-1_send'></i>"
weight = 4
[[menu.main]]
name = "Contact us"
url = "/contact/"
pre = "<i class='now-ui-icons ui-2_chat-round'></i>"
weight = 4
[[menu.main]]
name = "Sponsors"
url = "/sponsors/"
pre = "<i class='now-ui-icons ui-2_like'></i>"
weight = 5
[[menu.footer]]
identifier = "twitter"
pre = "<i class='fab fa-2x fa-twitter'></i>"
url = "https://twitter.com/rladiesglobal"
weight = 1
[[menu.footer]]
identifier = "instagram"
pre = "<i class='fab fa-2x fa-instagram'></i>"
url = "https://www.instagram.com/rladiesglobal"
weight = 2
[[menu.footer]]
identifier = "github"
pre = "<i class='fab fa-2x fa-github'></i>"
url = "https://github.com/rladies"
weight = 3
[[menu.footer]]
identifier = "email"
pre = "<i class='fas fa-2x fa-envelope'></i>"
url = "mailto:[email protected]"
weight = 4
[[menu.footer]]
identifier = "slack"
pre = "<i class='fab fa-2x fa-slack'></i>"
url = "https://rladies-community-slack.herokuapp.com/"
weight = 5
[params]
name = "R-Ladies Global"
year = 2018
background = "/img/user2017.jpg"
tint = "purple"
custom_css = ["css/highlight.min.css"]
custom_js = []
date_format = "Mon, Jan 2, 2006"
description = "World-Wide Organization to promote gender diversity in the R Community"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.10.0"
highlightCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"