-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
84 lines (75 loc) · 1.96 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
baseURL = "https://docs.wildme.org"
languageCode = "en"
title = "Wild Me Docs"
theme = "hugo-initio-main"
copyright = "Conservation X Labs"
[params]
name = "Wild Me Docs"
description = "For all the open source tools in the Wild Me suite"
address = "1066 31st St NW, Washington, DC, 20007"
avatar = "images/WildMe-Logo-05.svg"
avatarclass = "circle"
background = ""
banner = "images/earth.png"
favicon = "images/WildMe-Logo-05.svg"
DateForm = "January 2, 2006"
author = "Wild Me"
showSubheader = false
showServices = true
showRecentWorks = false
showDownloads = false
showClients = false
showFooterContact = false
showFooterFollowMe = true
showFooterTextWidget = false
showFooterFormWidget = false
[[menu.main]]
name = "home"
url = "/"
weight = 1
[[menu.main]]
name = "Contribute"
url = "/post/"
weight = 5
[params.disqus]
site = "hugo-initio-site.disqus.com"
[params.sharethis]
property = "123456789012345678901234"
custom = true
[params.google.analytics]
trackerID = "GA-000000000-0"
[[params.social]]
title = "facebook"
url = "https://facebook.com/ConservationXLabs"
icon = "fab fa-facebook-square"
footer = true
sharethis = true
network = "facebook"
[[params.social]]
title = "twitter"
url = "https://twitter.com/conservationx"
icon = "fab fa-twitter-square"
footer = true
sharethis = true
network = "twitter"
[[params.social]]
title = "instagram"
url = "https://www.instagram.com/conservationxlabs/"
icon = "fab fa-instagram"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "linkedin"
url = "https://www.linkedin.com/company/conservationxlabs/"
icon = "fab fa-linkedin"
footer = true
sharethis = true
network = "linkedin"
[[params.social]]
title = "github"
url = "https://github.com/WildMeOrg"
icon = "fab fa-github"
footer = true
sharethis = false
network = ""