-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
97 lines (78 loc) · 2.13 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
baseurl = "https://blog.zenithar.org/"
defaultContentLanguage = "fr"
languageCode = "fr-fr"
title = "Zenithar'z Blog"
paginate = 10
theme = "mynimal"
enableRobotsTXT = true
PygmentsStyle = "paraiso-dark"
PygmentsUseClasses = false
PygmentsCodeFences = true
SectionPagesMenu = "Main"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
project = "/project/:year/:month/:day/:slug/"
[indexes]
tag = "tags"
topic = "topics"
[params]
# Warning Keys are case sensitives
Subtitle = "Il existe moins bien mais c'est plus cher !"
description = "Développeur / Expert en Cyber Sécurité, curieux de toutes nouvelles technologies liées à la cyber-sécurité, l'architecture, et le web."
cover = "https://blog.zenithar.org/images/cover.jpg"
# Google analytics
googleAnalyticsUserID = "UA-8114245-4"
domainVerification = "fc173d84e3a4de948ed4bda2908afd3e"
disqus = "zenithar"
accent = "green"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = false
highlightStyle = "solarized-dark"
highlightLanguages = ["go"]
[params.author]
firstName = "Thibault"
lastName = "NORMAND"
gender = "male"
userName = "zenithar"
image = "https://blog.zenithar.org/images/avatar.jpg"
website = "http://zenithar.org"
twitter = "zenithar"
github = "zenithar"
facebook = "zenithar"
linkedin = "zenithar"
gplus = "thibault.normand"
gravatarHash = "1a2807faf3cca1667ff6f04bf5886eff"
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/post/"
name = "Posts"
weight = 2
[[menu.main]]
url = "/project/"
name = "Projects"
weight = 3
[[menu.icon]]
url = "/resume-fr/"
name = "user-circle-o"
weight = 1
[[menu.icon]]
url = "https://mailhide.io/e/rd6IlAWY"
name = "envelope-o"
weight = 2
[[menu.icon]]
url = "https://github.com/Zenithar/"
name = "github"
weight = 3
[[menu.icon]]
url = "https://twitter.com/zenithar/"
name = "twitter"
weight = 4
[[menu.icon]]
url = "https://www.linkedin.com/in/zenithar/"
name = "linkedin"
weight = 5