-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
172 lines (152 loc) · 9.43 KB
/
config.yml
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
baseURL: https://www.cloudmin.com/
languageCode: en-us
title: Cloudmin — Effortless Virtual Machine Management
theme: PaperMod
module:
mounts:
- source: layouts
target: layouts
- source: ../webmin.com/layouts/docs/list.html
target: layouts/docs/single.html
- source: ../webmin.com/layouts/docs/list.html
target: layouts/docs/list.html
- source: ../webmin.com/layouts/shortcodes/badge.html
target: layouts/shortcodes/badge.html
- source: ../webmin.com/layouts/shortcodes/link.html
target: layouts/shortcodes/link.html
- source: ../webmin.com/layouts/shortcodes/hotkey.html
target: layouts/shortcodes/hotkey.html
- source: ../webmin.com/layouts/shortcodes/html.html
target: layouts/shortcodes/html.html
- source: ../webmin.com/layouts/shortcodes/include.html
target: layouts/shortcodes/include.html
- source: ../webmin.com/layouts/shortcodes/icon.html
target: layouts/shortcodes/icon.html
- source: ../webmin.com/layouts/shortcodes/details-start.html
target: layouts/shortcodes/details-start.html
- source: ../webmin.com/layouts/shortcodes/alert.html
target: layouts/shortcodes/alert.html
- source: ../webmin.com/layouts/shortcodes/note.html
target: layouts/shortcodes/note.html
- source: ../webmin.com/layouts/shortcodes/details-end.html
target: layouts/shortcodes/details-end.html
- source: ../webmin.com/layouts/_default/_markup/render-image.html
target: layouts/_default/_markup/render-image.html
- source: ../webmin.com/layouts/partials/edit_post.html
target: layouts/partials/edit_post.html
- source: ../webmin.com/layouts/partials/docs_toc.html
target: layouts/partials/docs_toc.html
- source: ../webmin.com/layouts/partials/docs_filetree.html
target: layouts/partials/docs_filetree.html
- source: ../webmin.com/layouts/partials/extend_head.html
target: layouts/partials/extend_head.html
- source: ../webmin.com/layouts/partials/header.html
target: layouts/partials/header.html
- source: ../webmin.com/layouts/partials/main-buttons.html
target: layouts/partials/main-buttons.html
- source: ../virtualmin.com/layouts/index.html
target: layouts/index.html
- source: ../virtualmin.com/layouts/shortcodes/error.html
target: layouts/shortcodes/error.html
- source: ../virtualmin.com/layouts/shortcodes/maintenance.html
target: layouts/shortcodes/maintenance.html
- source: ../virtualmin.com/layouts/_default/_markup/archives.html
target: layouts/_default/_markup/archives.html
- source: ../virtualmin.com/layouts/partials/extend_header_menu_items_before.html
target: layouts/partials/extend_header_menu_items_before.html
- source: ../virtualmin.com/layouts/partials/nav_menu.html
target: layouts/partials/nav_menu.html
- source: ../virtualmin.com/layouts/partials/extend_header_after.html
target: layouts/partials/extend_header_after.html
- source: ../virtualmin.com/layouts/partials/extend_header_menu_items_after.html
target: layouts/partials/extend_header_menu_items_after.html
- source: assets
target: assets
- source: ../webmin.com/assets/css/chocolat.css
target: assets/css/chocolat.css
- source: ../webmin.com/assets/css/extended/custom.css
target: assets/css/extended/custom.css
- source: ../webmin.com/assets/js/chocolat.js
target: assets/js/chocolat.js
- source: ../webmin.com/assets/js/extended/docs-filetree.js
target: assets/js/extended/docs-filetree.js
- source: ../webmin.com/assets/js/extended/docs-toc.js
target: assets/js/extended/docs-toc.js
- source: ../webmin.com/assets/js/extended/header.js
target: assets/js/extended/header.js
- source: ../webmin.com/assets/js/extended/docs-fastsearch.js
target: assets/js/extended/docs-fastsearch.js
- source: ../webmin.com/assets/js/extended/header-chocolat.js
target: assets/js/extended/header-chocolat.js
- source: ../webmin.com/assets/js/extended/header-chocolat-docs.js
target: assets/js/extended/header-chocolat-docs.js
- source: ../webmin.com/assets/js/extended/footer.js
target: assets/js/extended/footer.js
- source: ../virtualmin.com/assets/css/extended/custom_.css
target: assets/css/extended/custom_.css
- source: ../virtualmin.com/assets/js/extended/footer_.js
target: assets/js/extended/footer_.js
imports:
- path: "../../webmin.com/themes/PaperMod"
canonifyURLs: true
minify:
minifyOutput: true
enableRobotsTXT: true
#robotsNoIndex: true
params:
env: production
title: Cloudmin
description: "Robust virtual machine management panel for Linux systems"
keywords: [webmin, usermin, virtualmin, cloudmin, linux, system administration]
author: Jamie Cameron, Joe Cooper, Ilia Ross
# hide default footer
hideFooter: true
# allow disabling for some
# pages with custom option
hideEditPost: false
# edit posts
editPost:
URL: "https://github.com/virtualmin/cloudmin.com/tree/main/content"
Text: "Suggest Changes"
appendFilePath: true
# we need to respect user OS preferences in terms of chosen color palette
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
# Embed Webmin logo nicely
label:
text: " "
iconSVG: '<svg width="63.42mm" height="11.468mm" version="1.0" viewBox="0 0 239.7 132.79" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath4378"><path d="M 0,595.28 H 841.89 V 0 H 0 Z"/></clipPath><clipPath id="clipPath4436"><path d="M 0,595.28 H 841.89 V 0 H 0 Z"/></clipPath><clipPath id="clipPath4444"><path d="m142.87 379.77h78.912v-124.42h-78.912z"/></clipPath><clipPath id="clipPath4448"><path d="m142.87 379.77h78.912v-124.42h-78.912z"/></clipPath><clipPath id="clipPath4472"><path d="m241.04 377.98h44.544v-55.296h-44.544z"/></clipPath><clipPath id="clipPath4476"><path d="m241.04 377.98h44.544v-55.296h-44.544z"/></clipPath></defs><g transform="matrix(.66296 0 0 .66296 -76.713 24.873)"><g transform="matrix(1.5412 0 0 -1.5412 -421.86 562.93)"><g clip-path="url(#clipPath4378)"><g transform="translate(188.69 382.73)"><path d="m0 0c40.231-1.537 22.668-21.769 73.743-8.284 43.506 11.486 52.259-59.513 6.705-55.023-31.707 3.126-18.03-51.842-80.448-55.274-34.592 0-62.645 26.551-62.645 59.291 0 32.739 28.053 59.29 62.645 59.29" fill="#e67e38"/></g></g><g clip-path="url(#clipPath4436)"><g clip-path="url(#clipPath4444)"><g clip-path="url(#clipPath4448)"><g transform="matrix(1 0 0 -1 142.87 284.15)" fill="#fff"><path d="m75.456-71.654c-6.912-8.8704-18.432-11.981-27.533-11.981-25.459 0-44.006 16.704-44.006 42.854s18.547 42.854 44.006 42.854c11.174 0 22.694-4.4928 29.491-14.17l-14.976-11.174c-3.6864 5.5296-9.5616 8.7552-16.819 8.7552-13.018 0-23.04-11.059-23.04-26.266s10.022-26.266 23.616-26.266c6.6816 0 11.866 2.4192 15.437 6.6816z"/></g></g></g><g clip-path="url(#clipPath4472)"><g clip-path="url(#clipPath4476)"><g transform="matrix(1 0 0 -1 241.04 335.48)" fill="#fff"><path d="m2.7136 0h7.68v-12.39c0-3.2256 0.6144-6.3488 4.608-6.3488 3.5328 0 3.4304 3.7376 3.4304 5.5808v13.158h7.68v-13.158c0-3.072 1.1264-5.5808 4.6592-5.5808 2.5088 0 3.3792 1.9456 3.3792 4.2496v14.49h7.68v-14.694c0-6.0416-2.048-10.803-8.8064-10.803-3.6864 0-6.0928 1.28-7.8848 4.4544-1.3312-3.0208-4.1984-4.4544-7.68-4.4544-3.7376 0-6.2464 2.048-7.2704 3.9936h-0.1024v-3.3792h-7.3728z"/></g></g></g></g></g></g><g transform="matrix(1.5412 0 0 1.5412 -5.4989 96.917)" fill="#fff"><path d="m39.84-36.96c-3.42-4.5-9.3-6.6-14.88-6.6-13.08 0-22.14 9.48-22.14 22.68 0 10.68 8.34 21.96 21.84 21.96 9.72 0 14.82-5.7 16.08-7.44l-4.86-3.66c-2.52 3.54-6.24 5.7-11.1 5.7-9.9 0-15.84-7.62-15.84-16.56 0-9.66 6.3-17.28 15.84-17.28 3.9 0 7.86 1.74 10.26 4.86z"/><path d="m46.74 0h5.4v-45.36h-5.4z"/><path d="m65.1-14.22c0-5.76 3.6-9.9 9.36-9.9s9.36 4.14 9.36 9.9-3.6 9.9-9.36 9.9-9.36-4.14-9.36-9.9zm-5.76 0c0 8.28 6.66 14.94 15.12 14.94s15.12-6.66 15.12-14.94-6.66-14.94-15.12-14.94-15.12 6.66-15.12 14.94z"/><path d="m121.56-28.44h-5.4v14.64c0 6.6-3.42 9.48-7.92 9.48-3.42 0-6.48-1.98-6.48-7.32v-16.8h-5.4v18.3c0 7.56 4.8 10.86 10.32 10.86 4.38 0 7.98-2.1 9.36-5.1h0.12v4.38h5.4z"/><path d="m158.22-45.36h-5.4v21h-0.12c-1.92-2.94-5.82-4.8-9.9-4.8-8.76 0-14.46 6.42-14.46 14.94 0 8.4 5.64 14.94 14.46 14.94 3.84 0 7.8-1.74 9.9-4.8h0.12v4.08h5.4zm-14.76 41.04c-5.76 0-9.36-4.14-9.36-9.9s3.6-9.9 9.36-9.9 9.36 4.14 9.36 9.9-3.6 9.9-9.36 9.9z"/><path d="m166.38 0h5.4v-14.76c0-6.42 3.48-9.36 7.38-9.36 5.22 0 6 3.84 6 9.24v14.88h5.4v-15.54c0-5.04 2.04-8.58 7.26-8.58s6.12 3.96 6.12 8.28v15.84h5.4v-16.56c0-6.36-2.04-12.6-10.8-12.6-3.42 0-7.14 1.8-9 5.28-1.8-3.48-4.68-5.28-8.88-5.28-5.1 0-8.58 3.48-9.12 5.16h-0.12v-4.44h-5.04z"/><path d="m217.92 0h5.4v-28.44h-5.4zm-1.26-38.64c0 2.16 1.8 3.96 3.96 3.96s3.96-1.8 3.96-3.96-1.8-3.96-3.96-3.96-3.96 1.8-3.96 3.96z"/><path d="m231.9 0h5.4v-14.64c0-6.6 3.42-9.48 7.92-9.48 3.42 0 6.48 1.98 6.48 7.32v16.8h5.4v-18.3c0-7.56-4.8-10.86-10.32-10.86-4.38 0-7.98 2.1-9.36 5.1h-0.12v-4.38h-5.4z"/></g></svg>'
iconHeight: 35
markup:
highlight:
anchorLineNos: true
codeFences: true
guessSyntax: true
lineNos: true
noClasses: false
style: monokai
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
outputs:
home:
- HTML
- RSS
- JSON