-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
66 lines (49 loc) · 1.34 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
baseURL: "https://operatingopenshift.com/"
theme: "up-business-theme"
languageCode: "en-us"
title: "Operating OpenShift"
# googleAnalytics: ""
summaryLength: 20
params:
title: "Operating OpenShift"
description: "An SRE Approach to Managing Infrastructure"
images:
- "images/cover.jpg"
logo: "arrow-up.png"
favicons:
themeColor: "#DA2F20"
backgroundColor: "#FDFDFD"
faviconColor: "#000000"
copyright: "© 2022 Rick Rackow & Manuel Dewald"
menus:
main:
- name: "About the Book"
url: "/#book"
weight: 1
- name: "Rick Rackow"
url: "/#rick"
weight: 2
- name: "Manuel Dewald"
url: "/#manuel"
weight: 3
- name: "Reviews"
url: "/#reviews"
weight: 4
# - name: "Book resources"
# url: "/resources"
# weight: 4
buttons:
- name: "Get it on Amazon.com"
url: "https://www.amazon.com/Operating-OpenShift-Approach-Managing-Infrastructure/dp/1098106393"
weight: 5
pre: "btn btn-primary text-light"
footer:
- name: "Book on Amazon.com"
url: "https://www.amazon.com/Operating-OpenShift-Approach-Managing-Infrastructure/dp/1098106393"
weight: 1
- name: "View on O'Reilly"
url: "https://www.oreilly.com/library/view/operating-openshift/9781098106386/"
weight: 2
taxonomies:
series: "series"
tags: "tags"