-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (41 loc) · 1.2 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
baseURL = "https://michael.pailloncy.fr/"
languageCode = "en-us"
title = "Michaël Pailloncy"
theme = "hello-friend-ng"
[author]
name = "Michaël Pailloncy"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
homeSubtitle = "{Dev,Automation,Ops} Engineer"
description = "Homepage and blog of Michael Pailloncy"
keywords = "automation, development, ops, devops, mpailloncy, michael, pailloncy, blog"
contentTypeName = "posts"
defaultTheme = "light"
[params.logo]
logoText = "$ automate &>/dev/blog"
logoColor = "#00cc00"
logoHomeLink = "/"
[[params.social]]
name = "twitter"
url = "https://twitter.com/mpailloncy"
[[params.social]]
name = "github"
url = "https://github.com/mpailloncy"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/michaël-pailloncy-21119827"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[menu]
# [[menu.main]]
# identifier = "posts"
# name = "Posts"
# url = "/posts"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"