-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
77 lines (72 loc) · 1.91 KB
/
config.yaml
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
---
baseurl: "https://eagleusb.github.io"
title: "grumpycat tech stories."
theme:
- "terminal"
- "cloak-email"
defaultcontentlanguage: "fr"
languagecode: "fr"
languagename: "French"
cleandestinationdir: false
publishdir: "public"
staticdir: "static"
disablehugogeneratorinject: true
enablerobotstxt: true
paginate: 1
params:
contentTypeName: "posts"
themeColor: "blue"
showMenuItems: 5
showLanguageSelector: false
fullWidthTheme: false
centerTheme: true
favicon: "favicon.ico"
showLastUpdated: 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
twitter:
creator: "eagleusb"
site: "eagleusb.github.io"
languages:
fr:
languageName: "French"
title: "grumpycat tech stories."
subtitle: "I like cats and engineering"
owner: "eagleusb"
keywords: "devops, sre, lyon"
copyright: "LAD"
menuMore: "plus..."
readMore: "lire..."
readOtherPosts: "Read other posts"
missingContentMessage: "Page not found..."
missingBackButtonLabel: "Back to home page"
params:
logo:
logoText: "grumpycat tech stories."
logoHomeLink: "/"
menu:
main:
- identifier: "my-story"
name: "my story"
url: "/my-story"
- identifier: "photobook"
name: "photobook"
url: "https://photo.eagleusb.com"
params:
newTab: true
- identifier: "blog"
name: "blog"
url: "https://write.as/grumpycat"
params:
newTab: true
- identifier: "contact"
name: "ping me"
url: "/ping"
- identifier: "resume"
name: "resume"
url: "/assets/resume-lad.pdf"
params:
newTab: true