-
Notifications
You must be signed in to change notification settings - Fork 18
/
hugo.yaml
131 lines (121 loc) · 3.38 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
baseURL: /
languageCode: en-us
title: Orchestrator Dev
enableRobotsTXT: true
theme:
- github.com/google/docsy
module:
imports:
- path: github.com/google/docsy
enableGitInfo: true
menus:
main:
- name: Blog
pageRef: /blog
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS, print]
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: Smart
markup:
goldmark:
parser:
attribute:
block: true
renderer:
unsafe: true
highlight:
style: rose-pine-moon
params:
copyright:
authors: >-
Orchestrator Authors|
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0) |
from_year:
2023
#privacy_policy: link to privacy policy
version_menu: Documentation
version_menu_pagelinks: false
url_latest_version: https://parodos.dev
versions:
- version: 1.2
url: "/1.2/docs"
- version: main
url: "/main/docs"
github_repo: https://github.com/parodos-dev/parodos-dev.github.io
github_project_repo: https://github.com/parodos-dev/parodos-dev.github.io
time_format_blog: Monday, January 02, 2006
time_format_default: January 2, 2006
offlineSearch: true
offlineSearchSummaryLength: 70
offlineSearchMaxResults: 10
prism_syntax_highlighting: false
ui:
# Enable the logo
navbar_logo: true
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact: true
# Enable the search box in the side bar.
sidebar_search_disable: false
# Set to true to disable breadcrumb navigation.
breadcrumb_disable: false
# Show expand/collapse icon for sidebar sections
sidebar_menu_foldable: true
# Disable about button in footer
footer_about_enabled: false
sidebar_cache_limit: 10
# sidebar_menu_compact: false
#sidebar_menu_foldable: false
#sidebar_search_disable: false
feedback:
enable: true
"yes": >-
Glad to hear it! Please <a
href="https://github.com/parodos-dev/parodos-dev.github.io/issues/new">tell us how we can
improve</a>.
"no": >-
Sorry to hear that. Please <a
href="https://github.com/parodos-dev/parodos-dev.github.io/issues/new">tell us how we can
improve</a>.
readingtime:
enable: true
links:
user:
# - name: GitHub Discussions
# url: https://github.com//docsy/discussions
# icon: fa-brands fa-github
# desc: Discussion and help from your fellow users
#- name: User mailing list
# url: https://groups.google.com/forum/#!forum/docsy-users
# icon: fa-solid fa-envelope
# desc: Sign up for Docsy announcements
#- name: Twitter
# url: https://twitter.com/docsydocs
# icon: fa-brands fa-x-twitter
# desc: Follow us on Twitter to get the latest news!
#- name: Stack Overflow
# url: https://stackoverflow.com/questions/tagged/docsy
# icon: fa-brands fa-stack-overflow
# desc: Practical questions and curated answers
developer:
- name: GitHub
url: https://github.com/parodos-dev/parodos-dev.github.io
icon: fa-brands fa-github
desc: Development takes place here!
plantuml:
enable: true
theme: default
svg_image_url: https://www.plantuml.com/plantuml/svg/
svg: false
print:
disable_toc: false
markmap:
enable: true
drawio:
enable: true
taxonomies:
tag: tags
category: categories