-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
86 lines (74 loc) · 1.98 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
#baseURL = "www.roule.net"
baseURL = "" # www.roule.net"
languageCode = "en-us"
title = "Roule"
theme = "meghna-hugo"
summaryLength = 4
[permalinks]
post = " "
[taxonomies]
author = "Dugongs"
category = "categories"
tag = "tags"
# Menu
[menu]
[[menu.nav]]
name = "Aujourd'hui"
URL = "today"
weight = 2
[[menu.nav]]
name = "Les prochains jours"
URL = "forecast"
weight = 3
[[menu.nav]]
name = "Contact"
URL = "contact-us"
weight = 8
# Site params
[params]
home= "Home"
logo = "images/logo.png"
#gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
# Meta data
description = "Services pour le velotaf"
author = "The Dugong team"
# Google Analitycs
googleAnalitycsID = "Your ID"
custom_css = ["css/custom.css"]
# Banner Section
[params.banner]
enable = true
bgImage = "images/slider/hero-area.jpg"
icon = "tf-ion-play"
heading = "Bienvenuie sur roule.net"
content= "Services pour le velotaf"
#btn = Flase
#btnText="Explore Us"
#btnURL="#services"
## call to action
#[params.cta]
#enable = true
#title = "Great Design & Incredible Features"
#content = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum."
#btnURL = "#"
#btnText = "Start a project with us"
# counter
[params.counter]
enable = true
bgImage = "images/backgrounds/bg-1.jpg"
[[params.counter.counterItem]]
title = "Temperatures"
icon = "tf-ion-android-happy"
count = "Douces"
[[params.counter.counterItem]]
title = "Precipitations"
icon = "tf-ion-thumbsup"
count = "Importantes"
[[params.counter.counterItem]]
title = "Qualité air"
icon = "tf-ion-archive"
count = "Bonne"
# Footer Section
[params.footer]
enable = true
copyright = "Team Dugong"