-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
145 lines (121 loc) · 3.3 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
################################# Default configuration ###################
# provide your domain here
baseURL = "http://tech.kiboko.fr/"
publishDir = "docs"
languageCode = "fr-fr"
DefaultContentLanguage = "fr"
# theme
theme = "kiboko"
# site title
title = "Tech.Kiboko.fr"
# disable language
disableLanguages = []
# google analytics
googleAnalytics = "" # paste your analytics ID here. (Ex: UA-123-45)
# unsafe html
[markup.goldmark.renderer]
unsafe= true
################################# navigation ################################
[[menu.main]]
name = "Kibokast"
url = "/kibokast"
weight = 1
# Dropdown menu
[[menu.main]]
weight = 2
name = "docs"
hasChildren = true
[[menu.main]]
parent = "docs"
name = "Oro"
url = "oro"
weight = 1
[[menu.main]]
parent = "docs"
name = "Docker"
url = "docker"
weight = 2
[[menu.main]]
parent = "docs"
name = "Autre"
url = "autre"
weight = 3
[[menu.main]]
parent = "docs"
name = "Composer"
url = "composer"
weight = 4
[[menu.main]]
parent = "docs"
name = "Environnement local"
url = "env-local"
weight = 5
[[menu.main]]
parent = "docs"
name = "Kubernetes"
url = "kubernetes"
weight = 6
[[menu.main]]
parent = "docs"
name = "SQL"
url = "sql"
weight = 7
[[menu.main]]
name = "Contactez-nous"
url = "http://kiboko.fr/fr/contactez-nous/"
weight = 3
############################# Default Parameters ##########################
[params]
# logo is for all page
logo = "images/logo.png"
# logo white is for homepage logo, you can use colorful logo too...
logo_white = "images/logo.png"
# when logo is empty, it will shown your site title
# customize color
primary_color = "#222"
body_color = "#ddd"
text_color = "#000"
text_color_dark = "#333"
white_color = "#eee"
light_color = "#ddd"
dark_color = "#000"
# font family
font_family = "Libre Franklin, Helvetica Neue, helvetica, arial, sans-serif" # Choose font family from : https://fonts.google.com/
############################## social links ##############################
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
link = "https://twitter.com/kibokolabs"
[[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
link = "https://github.com/kiboko-labs"
[[params.social]]
icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
link = "https://www.linkedin.com/company/kiboko-sas"
[[params.social]]
icon = "ti-wordpress" # themify icon pack : https://themify.me/themify-icons
link = "http://kiboko.fr/fr/"
################################ French Language ######################
[Languages.fr]
languageName = "Français"
languageCode = "fr-fr"
weight = 1
home = "Accueil"
# banner
[Languages.fr.params.banner]
title = "Tech.Kiboko.fr"
subtitle = "Parcourir la documentation technique pour découvrir et utiliser nos méthodes de travail"
placeholder = "Rechercher une documentation"
# call to action
[Languages.fr.params.cta]
enable = true
title = "Vous avez une question ?"
# call to action button
[Languages.fr.params.cta.button]
enable = true
label = "Contactez-nous"
link = "http://kiboko.fr/fr/contactez-nous/"
# legal notice
[Languages.fr.params.legal_notice]
enable = true
title = "Mentions légales"
link = "/legal-notice"