-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
86 lines (78 loc) · 2.07 KB
/
config.yaml
File metadata and controls
86 lines (78 loc) · 2.07 KB
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
---
baseurl: "https://eagleusb.github.io"
theme:
- "terminal"
- "cloak-email"
defaultContentLanguage: "en"
defaultContentLanguageInSubdir: true
cleandestinationdir: false
publishdir: "public"
staticdir: "static"
disablehugogeneratorinject: true
enablerobotstxt: true
pagination:
pagerSize: 1
params:
contentTypeName: "posts"
themeColor: "blue"
showMenuItems: 5
showLanguageSelector: false
fullWidthTheme: false
centerTheme: true
favicon: "favicon.ico"
showLastUpdated: true
readingTime: true
Toc: true
# Provide a string as a prefix for the last update date.
# By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix: "Updated"
# set all headings to their default size (depending on browser settings)
# oneHeadingSize = false
logo:
logoText: "grumpycat tech stories."
logoHomeLink: "/"
title: "grumpycat tech stories."
subtitle: "I like cats and engineering"
owner: "eagleusb"
keywords: "freelance, cto, devops, platform engineer, site reliability engineer, sre, lyon"
copyright: "Leslie-Alexandre DENIS"
menu:
main:
- identifier: "photobook"
name: "photobook"
url: "https://photo.eagleusb.com"
params:
newTab: true
- identifier: "contact"
name: "ping me"
url: "/ping"
- identifier: "resume"
name: "resume"
url: "/assets/resume-leslie-alexandre-denis.pdf"
params:
newTab: true
- identifier: "gh"
name: "github"
url: "https://gh.eagleusb.com"
params:
newTab: true
- identifier: "linkedin"
name: "linkedin"
url: "https://linkedin.eagleusb.com"
params:
newTab: true
languages:
fr:
languageName: "French"
menuMore: "plus..."
readMore: "lire..."
readOtherPosts: "Read other posts"
missingContentMessage: "Page not found..."
missingBackButtonLabel: "Back to home page"
en:
languageName: "English"
menuMore: "more..."
readMore: "read more..."
readOtherPosts: "+"
missingContentMessage: "page not found..."
missingBackButtonLabel: "back to home"