-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
159 lines (140 loc) · 3.59 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
baseURL = "https://flizou.github.io/rapportdestage/"
languageCode = "fr-fr"
title = "Navigator | Responsive Multipurpose Bootstrap Hugo Template"
theme = "navigator-hugo"
summaryLength = 10
# Build robots.txt file
enableRobotsTXT = true
# google analytics tracking id
googleAnalytics = "" # your analitics ID
enableGitInfo = false
pygmentsCodeFences = false
# Multilangues setup
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
defaultContentLanguageInSubdir = false
DefaultContentLanguage = "fr"
# Site Params
[params]
logo = "logo.jpg"
# Gestion des langues : FR / EN / NL / DE
[[Params.listeLangues]]
code = "fr"
# meta data
author = "Themefisher"
description = "This is meta description"
# Gestion des langues : FR / EN / NL / DE
[Languages]
############ 1 - Site en FRANCAIS
[Languages.fr]
weight = 1
languageCode = "fr-fr"
title = "Rapport de Stage Florian Muet 2SN"
dateFormat = "2 Janvier 2006"
home = "Accueil"
logo = "images/image4.jpg"
menufixed = true
footerDescription = ""
footerQuicklinkTitle = " Liens Rapide"
footerAboutTitle = "Sur nos réseaux sociaux"
footerSubscribeTitle = "Suivez-Nous"
# Hero Area Section
[Languages.fr.params.hero]
enable = true
heading = "Mon Rapport de Stage"
description = "Voici mon rapport de stage."
button = true
btnText = "Pour en savoir +"
btnURL = "https://flizou.github.io/rapportdestage/blog/"
# About 2 Section
[Languages.fr.params.aboutSm]
enable = true
title = " Comment est tenu mon rapport de stage"
description = "Mon rapport de stage est tenu sous forme de blog, tout les Jours, j'écris un mon activité de la journée. "
# Blog Section On Homepage
[Languages.fr.params.blog]
enable = true
topTitle = ""
title = "Blog."
subtitle = "Voici mon blog, la ou est écrit mon rapport de stage."
# Contact Section
[Languages.fr.params.contact]
enable = true
topTitle = "Prends des notes"
title = "Mes réseaux soiaux"
subtitle = ""
# address = "14/05, Stockhome <br> Victori Palace , United States"
# phone = "(03) 9283 2617"
# fax = "+61 3827 3590"
facebook = "https://www.facebook.com/"
twitter = "https://twitter.com/"
linkedin = "https://www.linkedin.com/"
dribbble = "https://youtube.com/"
instagram = "https://www.instagram.com/flizou__ytb/"
mapLatitude = "51.507351"
mapLongitude = "-0.127758"
# mapMarker = "images/marker.png"
# Call to Action Section on About Page
# [Languages.fr.params.cta]
# enable = true
# bg = "images/call-to-action/call-to-action-bg-2.jpg"
# title = "FRANCAIS Créons quelque chose ensemble"
# subtitle = ""
# btnText = "Nous contacter"
# cookies
[params.cookies]
enable = true
expire_days = 2
# We Used Themefisher Icon font for Icon, for more details check this github repository - https://github.com/themefisher/themefisher-font
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "à propos"
# url = "about/"
weight = 2
[[menu.nav]]
# name = "service"
# url = "service/"
# weight = 3
[[menu.nav]]
# name = "portfolio"
# url = "portfolio/"
# weight = 4
[[menu.nav]]
name = "blog"
url = "blog/"
weight = 5
[[menu.nav]]
name = "contact"
url = "contact/"
weight = 6
# Footer Service Menu
# [[menu.service]]
# name = "graphicdesign"
# url = "service/"
# weight = 1
# [[menu.service]]
# name = "webdesign"
# url = "service/"
# weight = 2
# [[menu.service]]
# name = "webdevelopment"
# url = "service/"
# weight = 3
# # Footer Quick links Menu
# [[menu.quicklink]]
# name = "partners"
# url = "about/"
# weight = 1
# [[menu.quicklink]]
# name = "about"
# url = "about/"
# weight = 2
# [[menu.quicklink]]
# name = "faqs"
# url = "about/"
# weight = 3
# [[menu.quicklink]]
# name = "badges"
# url = "about/"
# weight = 4