forked from star3am/hashiqube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
389 lines (356 loc) · 11.8 KB
/
index.html
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html>
<head>
<title>HashiQube - A Hands on DevOps Development Lab Using All the HashiCorp Products and other Popular Applications such as Docker, Kubernetes, Traefik, Ansible, AWX Ansible Tower and loads more.</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LWNG2RV7KC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LWNG2RV7KC');
</script>
<!-- script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5855657010614500" crossorigin="anonymous"></script -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property="og:url" content="https://hashiqube.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="HashiQube - The Ultimate Hands on DevOps Lab in a Docker Container" />
<meta property="og:description" content="HashiQube is a Hands on DevOps Development Lab Using All the HashiCorp Products and other Popular Applications such as Docker, Kubernetes, Traefik, Ansible, AWX Ansible Tower and loads more." />
<meta property="og:image" content="https://hashiqube.com/images/youtube-hashiqube-the-jedi-devops-lab.png" />
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/images/logo-bright.png">
<link rel="stylesheet" href="/docsify/lib/vue.css" disabled>
<link rel="stylesheet" href="/docsify/lib/buble.css" disabled>
<link rel="stylesheet" href="/docsify/lib/dark.css" disabled>
<link rel="stylesheet" href="/docsify/lib/pure.css" disabled>
<link rel="stylesheet" href="/docsify/lib/mermaid.min.css">
<link rel="stylesheet" href="//unpkg.com/docsify-accordion/src/style.css">
<!-- Theme: Simple (latest v0.x.x) -->
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme"
type="text/css"
/>
<script src="/docsify/lib/mermaid.min.js"></script>
<style>
/*
Hashiqube Theme
Version 0.0.3
*/
:root {
--hashi-gradient: 90deg,
#ff8f28 0%,
#ff50a4 33%,
#7917b6 66%,
#0e71bd 100%;
--hashi-yellow: #ffbc0a;
--hashi-blue: #4c93e7;
--hashi-teal: #24bba3;
--hashi-purple: #7917b6;
--hashi-pink: #ff50a4;
}
.yellow {
background: var(--hashi-yellow);
}
.blue {
background: var(--hashi-blue);
}
.teal {
background: var(--hashi-teal);
}
.purple {
background: var(--hashi-purple);
}
.pink {
background: var(--hashi-pink);
}
.header img {
width: 80%;
display: none;
top: 0px;
right: 0px;
}
.app-name-link img {
max-width: 160px;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
}
.app-name-link img:hover {
transform: scale(1.2);
}
.sidebar-nav ul ul,
.sidebar nav ul ul {
margin-left: 0px;
}
.search .input-wrap {
margin-top: 10px !important;
}
aside.sidebar {
width: auto;
display: flex;
flex-direction: column;
padding-top: 110px;
}
aside.sidebar :nth-child(1) {
order: 2;
}
aside.sidebar :nth-child(2) {
order: 1;
}
aside.sidebar :nth-child(3) {
order: 3;
}
.sidebar-toggle {
position: fixed !important;
bottom: auto;
left: 0px;
right: 0px;
background: linear-gradient(var(--hashi-gradient));
display: block;
height: 70px;
padding: 0;
width: 100% !important;
}
.sidebar-toggle-button {
display: flex;
width: 70px;
height: 70px;
text-align: center;
flex-direction: column;
justify-content: center;
align-items: center;
background: var(--hashi-blue);
right: 0;
top: 0;
position: absolute;
}
.sidebar-toggle span {
background-color: #000000;
display: block;
margin-bottom: 4px;
width: 20px;
height: 2px;
}
#docsify-darklight-theme {
background-repeat: no-repeat;
background-size: 30px;
background-position: center;
position: fixed;
right: 140px;
top: 0;
width: 70px;
left: auto;
height: 70px;
z-index: 1000;
}
.sidebar ul li a {
font-size: 16px;
}
.content {
padding-top: 10px;
left: 240px;
}
.markdown-section {
padding-top: 110px;
max-width: 1050px;
}
.markdown-section iframe {
border: 0px solid #eee;
}
.footer {
position: relative;
/* display: none; */
text-align: center;
bottom: 10px;
}
.github-corner svg {
fill: transparent;
color: #ffffff;
padding: 0px;
margin: 0px;
margin-left: 0px;
position: relative;
right: 15px;
height: 70px;
width: 70px;
}
.github-corner {
border-bottom: 0;
position: fixed;
right: 70px;
text-decoration: none;
top: 0;
z-index: 1;
box-sizing: border-box;
width: 70px;
height: 70px;
margin-left: -12px;
overflow: hidden;
background: var(--hashi-yellow);
z-index: 100;
box-sizing: border-box;
padding: 8px 0 0 5px;
}
.progress-bar {
background: linear-gradient(var(--hashi-gradient));
height: 7px;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
padding-bottom: 10px;
}
.hasinav {
position: fixed;
left: auto;
right: 210px;
z-index: 100;
top: 0;
height: 70px;
display: flex;
}
.hasinav .qube {
width: 70px;
display: inline-flex;
box-sizing: border-box;
height: 70px;
align-items: center;
justify-content: center;
}
.hasinav .qube:hover {
opacity: 0.8;
}
.hasinav .qube img {
max-width: 30px;
max-height: 30px;
width: auto;
height: auto;
}
</style>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQ56PNF"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="header"><img title="HashiQube - DevOps Lab" alt="HashiQube - DevOps Lab" src="/images/hashiqube-banner.png"></div>
<div class="hasinav">
<a href="https://www.youtube.com/@hashiqube/featured" target="_blank" class="qube teal"><img src="/images/youtube-logo.svg" border="0" alt="Youtube Channel" title="Youtube Channel"></a>
<a href="https://medium.com/search?q=hashiqube" target="_blank" class="qube yellow"><img src="/images/medium-logo.svg" border="0" alt="Medium Posts" title="Medium Posts"></a>
<a href="https://www.linkedin.com/in/riaannolan/" target="_blank" class="qube blue"><img src="/images/linkedin-logo.png" border="0" alt="Riaan Nolan Linkedin" title="Riaan Nolan Linkedin"></a>
<a href="https://www.hashicorp.com/ambassadors/directory?q=riaan" target="_blank" class="qube pink"><img src="/images/hashicorp-logo.svg" border="0" alt="Riaan Nolan Hashicorp Ambassador" title="Riaan Nolan Hashicorp Ambassador"></a>
</div>
<div id="app"></div>
<article class="markdown-section" id="main"></article>
<script>
window.$docsify = {
routerMode: 'history', //hash (default) or history, history mode (SEO friendly) is possible if you host on https://www.netlify.com/ see rewrite rules in _redirects file
notFoundPage: '/',
nameLink: '/',
basePath: '/',
alias: {
'/.*/SUMMARY.md': '/SUMMARY.md'
},
logo: '/images/logo-bright.png',
name: 'HashiQube',
repo: 'https://github.com/star3am/hashiqube',
search: 'auto',
auto2top: true,
relativePath: false,
homepage: 'README.md',
loadSidebar: 'SUMMARY.md',
subMaxLevel: 3,
formatUpdated: '{MM}/{DD} {HH}:{mm}',
plugins: [
function (hook, vm) {
hook.beforeEach(function (html) {
return html.replace(/{% *.* %}/mg, '')
})
}
],
markdown: {
renderer: {
code: function(code, lang) {
if (lang === "mermaid") {
return (
'<div class="mermaid">' + mermaid.render('mermaid-svg-' + num++, code) + "</div>"
);
}
return this.origin.code.apply(this, arguments);
}
}
},
themeable: {
readyTransition : true,
responsiveTables: true
},
// Style Guide: https://github.com/dracula/dracula-theme
darklightTheme: {
siteFont: "PT Sans",
defaultTheme: 'light',
codeFontFamily: 'Roboto Mono, Monaco, courier, monospace',
bodyFontSize: '17px',
dark: {
accent: '#8be9fd',
toggleBackground: '#f8f8f2',
background: '#240129',
textColor: '#f8f8f2',
codeTextColor: '#8be9fd',
codeBackgroundColor: '#000524',
borderColor: '#0d2538',
blockQuoteColor: '#8be9fd',
highlightColor: '#ff79c6',
sidebarSublink: '#f1fa8c',
codeTypeColor: '#8be9fd',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
toggleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)'
},
light: {
accent: '#bd93f9',
toggleBackground : '#091a28',
background: '#ffffff',
textColor: '#34495e',
codeTextColor : '#525252',
codeBackgroundColor : '#f8f8f8',
borderColor : 'rgba(0, 0, 0, 0.07)',
blockQuoteColor : '#858585',
highlightColor : '#d22778',
sidebarSublink : '#34495e',
codeTypeColor : '#091a28',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
toggleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)'
}
},
// pagination: {
// crossChapter: true
// },
}
var num = 0;
mermaid.initialize({ logLevel:0, startOnLoad: false, themeCSS:'.label { font-family: Source Sans Pro,Helvetica Neue,Arial,sans-serif; }' });
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script>
<script src="//unpkg.com/docsify-copy-code@2"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.js"></script>
<script src="//unpkg.com/prismjs/components/prism-yaml.js"></script>
<script src="//unpkg.com/prismjs/components/prism-log.js"></script>
<script src="//unpkg.com/prismjs/components/prism-hcl.js"></script>
<script src="//unpkg.com/prismjs/components/prism-docker.js"></script>
<script src="//unpkg.com/prismjs/components/prism-python.js"></script>
<script src="//unpkg.com/prismjs/components/prism-docker.js"></script>
<script src="//unpkg.com/prismjs/components/prism-ruby.js"></script>
<script src="//unpkg.com/prismjs/components/prism-groovy.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"></script>
<!-- script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script -->
<script src="//unpkg.com/docsify-slides/dist/docsify-slides.min.js"></script>
<script src="//unpkg.com/docsify-accordion/src/index.js"></script>
<div class="footer"></div>
<div class="progress-bar"></div>
</body>
</html>