-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
87 lines (75 loc) · 2.12 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
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "Yourlabs"
canonifyurls = true
DefaultContentLanguage = "en"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
enableRobotsTXT = true
#disqusShortname = "XXX"
googleAnalytics = "UA-169189134-1"
[Params]
subtitle = "Hack meets Art"
logo = "img/logo.png"
favicon = "img/logo.png"
dateFormat = "2 January 2006"
commit = false
rss = true
comments = true
defaultLang = "en"
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
description ="Yourlabs blog with posts about Continuous integration, Developpement, DevOps, Infra, Security, Automation"
#[[Params.bigimg]]
# src = "img/triangle.jpg"
# desc = "Triangle"
#[[Params.bigimg]]
# src = "img/sphere.jpg"
# desc = "Sphere"
#[[Params.bigimg]]
# src = "img/hexagon.jpg"
# desc = "Hexagon"
[Author]
name = "Yourlabs"
email = "[email protected]"
gitlab = "https://yourlabs.io/oss"
github = "jpic"
stackoverflow = "users/136008/jpic"
[Languages]
[Languages.en]
languagename = "English"
title = "Yourlabs Business Service"
weight = 0
baseurl = "https://yourlabs.org"
description = "Free Software brand since 2012. A practice of engineering as a sport, an art, for humans."
[[Languages.en.menu.main]]
name = "Services"
url = "/#services"
weight = 1
[[Languages.en.menu.main]]
name = "Blog"
url = "posts/"
weight = 2
[[Languages.en.menu.main]]
name = "Français"
url = "https://yourlabs.fr"
weight = 3
[Languages.fr]
languagename = "Français"
title = "Yourlabs Business Service"
weight = 1
baseurl = "https://yourlabs.fr"
description = "Services numériques depuis 1998. La pratique d'une ingénierie tel un sport, un art, au service d'êtres humains."
[[Languages.fr.menu.main]]
name = "Services"
url = "/#services"
weight = 1
[[Languages.fr.menu.main]]
name = "Blog"
url = "posts/"
weight = 2
[[Languages.fr.menu.main]]
name = "English"
url = "https://yourlabs.org"
weight = 3