-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathhugo.yaml
117 lines (103 loc) · 2.93 KB
/
hugo.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
baseURL: /
title: etcd-operator
contentDir: content/en
defaultContentLanguage: en
enableRobotsTXT: true
enableGitInfo: true
# Highlighting config
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango
# Configure how URLs look like per section.
permalinks:
blog: /:section/:year/:month/:day/:slug/
# Image processing configuration.
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
markup:
goldmark:
parser:
attribute:
block: true
renderer:
unsafe: true
highlight:
style: tango
outputs:
section:
- HTML
- print
- RSS
# Everything below this are Site Params
params:
privacy_policy: https://www.linuxfoundation.org/legal/privacy-policy
github_repo: https://github.com/aenix-io/etcd-operator
github_project_repo: ""
github_subdir: site
github_branch: main
gcs_engine_id: d72aa9b2712488cc3
offlineSearch: false
prism_syntax_highlighting: false
version_menu: Releases
archived_version: false
version: v0.3
url_latest_version: https://etcd.aenix.io/docs/latest
versions:
- version: v0.3
url: https://etcd.aenix.io/docs/v0.3
copyright:
authors: "Aenix.io | "
from_year: 2024
ui:
breadcrumb_disable: false
navbar_logo: true
navbar_translucent_over_cover_disable: false
sidebar_menu_compact: false
sidebar_search_disable: false
feedback:
enable: true
yes: Glad to hear it! Please <a
href="https://github.com/aenix-io/etcd-operator/issues/new">tell us how
we can improve</a>.
no: Sorry to hear that. Please <a
href="https://github.com/aenix-io/etcd-operator/issues/new">tell us how
we can improve</a>.
readingtime:
enable: true
links:
user:
- name: GitHub Discussions
url: https://github.com/aenix-io/etcd-operator/discussions
icon: fab fa-github
desc: Discussions and help from your fellow users!
- name: Google Group
url: https://groups.google.com/u/1/g/etcd-operator-dev
icon: fab fa-google
desc: Join our mailing list to get updates and share your feedback.
- name: Meeting Recordings
url: https://www.youtube.com/playlist?list=PLJtQvuQ_bJl1dbKiI8zp6KXn9b4NEyQZh
icon: fa fa-video
desc: Watch recordings of our community meetings.
developer:
- name: GitHub
url: https://github.com/aenix-io/etcd-operator
icon: fab fa-github
desc: Find us on GitHub.
- name: Telegram
url: https://t.me/etcd_operator
icon: fab fa-telegram
desc: Telegram Chat with other project developers (Russian language)
- name: Privacy Policy
url: https://www.linuxfoundation.org/legal/privacy-policy
icon: fa fa-book
desc: CNCF and Linux Foundation privacy policy.
module:
hugoVersion:
extended: true
min: 0.110.0
imports:
- path: github.com/google/docsy
disable: false