-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
173 lines (141 loc) · 4.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
################################# Default configuration ###################
baseURL = "https://healthsites.github.io/senegal-emergency-health-data/"
title = "Mapping Senegal Emergency Health Services"
theme = "airspace-hugo"
# post pagination
paginate = "4"
# post excerpt
summaryLength = "30"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = ["fr"]
# to deploy on Github pages in docs directory from master branch
publishDir = "docs"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
#################################### Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/Ionicons/css/ionicons.min.css"
[[params.plugins.css]]
link = "plugins/magnific-popup/magnific-popup.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/magnific-popup/jquery.magnific-popup.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/google-map/gmap.js"
############################### widgets #################################
[params.widgets]
sidebar = ["recent_posts", "taxonomy_category", "taxonomy_tags"]
############################## navigation ###############################
# main menu
[[menu.main]]
name = "Collaborators"
URL = "collaborators"
weight = 1
[[menu.main]]
name = "Data"
URL = "data"
weight = 2
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 3
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 6
# French menu
[[languages.fr.menu.main]]
name = "Collaboratrices"
URL = "collaborators"
weight = 1
[[languages.fr.menu.main]]
name = "Blog"
URL = "blog"
weight = 2
[[languages.fr.menu.main]]
name = "Contact"
URL = "contact"
weight = 6
#################### default parameters ################################
[params]
logo = "images/logo.png"
# Meta data
description = "OpenStreetMap Senegal are mapping public hospitals in Senegal and updating the emergency health services available. This is part of a larger campaign from healthsites.io to define emergency health services across Africa."
author = "Talarify"
# Contact Information
mobile = ""
email = "sharehealthdata@healthsites.io"
location = "Global collaboration"
# contact form action
contact_form_action = "#" # contact form works with : https://formspree.io
# Google Analitycs
google_analitycs_id = "" # Your ID# search
# multi-author support (if set to true, you must use an Array in the author field)
multi_author = false
# Preloader
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif format
# Navigation get start button
[params.nav_button]
enable = true
label = "Get A Quote"
link = "contact"
# google map
[params.gmap]
enable = false
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png"
############################# social site ########################
[[params.social]]
icon = "ion-social-googleplus-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "#"
[[params.social]]
icon = "ion-social-linkedin-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "#"
[[params.social]]
icon = "ion-social-pinterest-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "#"
[[params.social]]
icon = "ion-social-dribbble-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "#"
[[params.social]]
icon = "ion-social-twitter-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "#"
[[params.social]]
icon = "ion-social-facebook-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "#"
################################ English Language ########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
# copyright
copyright = "Contents published under CC-BY4.0 unless stated otherwise - [healthsites.io](https://healthsites.io/) All Rights Reserved - 2020"
################################ France Language ########################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
weight = 2
home = "Accueil"
# copyright
copyright = "Contenu publié sous CC-BY4.0 sauf indication contraire - [healthsites.io](https://healthsites.io/) Tous droits réservés - 2020"