-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
810 lines (405 loc) · 21.7 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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
<!DOCTYPE html>
<html lang="en-us">
<head>
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"Website",
"@id":"https:\/\/OKHand.org\/",
"author": {
"@type": "Person",
"name": "OKH@nd",
"image": "https://www.gravatar.com/avatar/0a88f300e8a78663dc185b5f890b9943"
},
"name":"OKH@nd\u0027s Blog",
"description":"OKH@nd\u0027s Blog",
"url":"https:\/\/OKHand.org\/",
"keywords":"[]"
}
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Hugo 0.107.0 with theme Tranquilpeak 0.5.3-BETA">
<meta name="author" content="OKH@nd">
<meta name="keywords" content="">
<meta name="description" content="OKH@nd's Blog">
<meta property="og:description" content="OKH@nd's Blog">
<meta property="og:type" content="website">
<meta property="og:title" content="OKH@nd's Blog">
<meta name="twitter:title" content="OKH@nd's Blog">
<meta property="og:url" content="https://OKHand.org/">
<meta property="twitter:url" content="https://OKHand.org/">
<meta property="og:site_name" content="OKH@nd's Blog">
<meta property="og:description" content="OKH@nd's Blog">
<meta name="twitter:description" content="OKH@nd's Blog">
<meta property="og:locale" content="en-us">
<meta name="twitter:card" content="summary">
<meta property="og:image" content="https://www.gravatar.com/avatar/0a88f300e8a78663dc185b5f890b9943?s=640">
<meta property="twitter:image" content="https://www.gravatar.com/avatar/0a88f300e8a78663dc185b5f890b9943?s=640">
<title>OKH@nd's Blog</title>
<link rel="icon" href="https://OKHand.org/okhand.png">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://OKHand.org/index.xml">
<link rel="canonical" href="https://OKHand.org/">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha512-H9jrZiiopUdsLpg94A333EfumgUBpO9MdbxStdeITo+KEIMaNfHNvwyjjDJb+ERPaRS6DpyRlKbvPUasNItRyw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://OKHand.org/css/style-h6ccsoet3mzkbb0wngshlfbaweimexgqcxj0h5hu4h82olsdzz6wmqdkajm.min.css" />
</head>
<body>
<div id="blog">
<header id="header" data-behavior="2">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<div class="header-title">
<a class="header-title-link" href="https://OKHand.org/" aria-label="Go to homepage">OKH@nd's Blog</a>
</div>
<a class="header-right-picture "
href="https://OKHand.org/#about" aria-label="Open the link: /#about">
<img class="header-picture" src="https://www.gravatar.com/avatar/0a88f300e8a78663dc185b5f890b9943?s=90" alt="Author's picture" />
</a>
</header>
<nav id="sidebar" data-behavior="2">
<div class="sidebar-container">
<div class="sidebar-profile">
<a href="https://OKHand.org/#about" aria-label="Read more about the author">
<img class="sidebar-profile-picture" src="https://www.gravatar.com/avatar/0a88f300e8a78663dc185b5f890b9943?s=110" alt="Author's picture" />
</a>
<h4 class="sidebar-profile-name">OKH@nd</h4>
<h5 class="sidebar-profile-bio">致力於用我的知識,嘗試去改變現今的教育及社會,讓世界變得更美好</h5>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://OKHand.org/" title="Home">
<i class="sidebar-button-icon fas fa-lg fa-home" aria-hidden="true"></i>
<span class="sidebar-button-desc">Home</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://OKHand.org/categories" title="Categories">
<i class="sidebar-button-icon fas fa-lg fa-bookmark" aria-hidden="true"></i>
<span class="sidebar-button-desc">Categories</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://OKHand.org/tags" title="Tags">
<i class="sidebar-button-icon fas fa-lg fa-tags" aria-hidden="true"></i>
<span class="sidebar-button-desc">Tags</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://OKHand.org/archives" title="Archives">
<i class="sidebar-button-icon fas fa-lg fa-archive" aria-hidden="true"></i>
<span class="sidebar-button-desc">Archives</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://OKHand.org/about_me/" title="About">
<i class="sidebar-button-icon fas fa-lg fa-question" aria-hidden="true"></i>
<span class="sidebar-button-desc">About</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://github.com/OKHand-Zy" target="_blank" rel="noopener" title="GitHub">
<i class="sidebar-button-icon fab fa-lg fa-github" aria-hidden="true"></i>
<span class="sidebar-button-desc">GitHub</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://home.gamer.com.tw/homeindex.php?owner=Az7899603" target="_blank" rel="noopener" title="Gamer Forum">
<i class="sidebar-button-icon fa fa-gamepad" aria-hidden="true"></i>
<span class="sidebar-button-desc">Gamer Forum</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]" target="_blank" rel="noopener" title="Gmail">
<i class="sidebar-button-icon fa fa-envelope" aria-hidden="true"></i>
<span class="sidebar-button-desc">Gmail</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://OKHand.org/index.xml" title="RSS">
<i class="sidebar-button-icon fas fa-lg fa-rss" aria-hidden="true"></i>
<span class="sidebar-button-desc">RSS</span>
</a>
</li>
</ul>
</div>
</nav>
<div id="main" data-behavior="2"
class="
hasCoverMetaIn
">
<section class="postShorten-group main-content-wrap">
<article class="postShorten postShorten--thumbnailimg-left">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="https://OKHand.org/post/claude_mcp/" aria-label="Open the post: Claude MCP">
Claude MCP
</a>
</h1>
<div class="postShorten-meta post-meta">
<time datetime="2025-01-26T15:23:05+08:00">
January 26, 2025
</time>
<span>in</span>
<a class="category-link" href="https://OKHand.org/categories/ai">AI</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>Claude Model Context Protocol(MCP),在 Windows 環境中 Step By Step 安裝步驟!</p>
<p>
<a href="https://OKHand.org/post/claude_mcp/" class="postShorten-excerpt_link link" aria-label="Open the post: Claude MCP">Continue reading</a>
</p>
</div>
</div>
<a href="https://OKHand.org/post/claude_mcp/" aria-label="Open the post: Claude MCP">
<div class="postShorten-thumbnailimg">
<img alt="" src="https://avatars.githubusercontent.com/u/182288589?s=200&v=4.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-left">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="https://OKHand.org/post/hybrid-search/" aria-label="Open the post: Hybrid Search">
Hybrid Search
</a>
</h1>
<div class="postShorten-meta post-meta">
<time datetime="2024-12-05T23:56:27+08:00">
December 5, 2024
</time>
<span>in</span>
<a class="category-link" href="https://OKHand.org/categories/ai">AI</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>想說都建立 Elastic 不試試看這 DB 的搜尋效果就不夠意思了吧,就有了這篇 Elastic 搜尋篇</p>
<p>
<a href="https://OKHand.org/post/hybrid-search/" class="postShorten-excerpt_link link" aria-label="Open the post: Hybrid Search">Continue reading</a>
</p>
</div>
</div>
<a href="https://OKHand.org/post/hybrid-search/" aria-label="Open the post: Hybrid Search">
<div class="postShorten-thumbnailimg">
<img alt="" src="https://imgur.com/g0FL0AO.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-left">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="https://OKHand.org/post/elastic/" aria-label="Open the post: Elastic">
Elastic
</a>
</h1>
<div class="postShorten-meta post-meta">
<time datetime="2024-12-05T23:54:28+08:00">
December 5, 2024
</time>
<span>in</span>
<a class="category-link" href="https://OKHand.org/categories/environment">Environment</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>今天來嘗試使用 Elastic 向量 DB 聽說是有針對資料搜尋特化的一個向量DB,那我們就來試試看吧!!</p>
<p>
<a href="https://OKHand.org/post/elastic/" class="postShorten-excerpt_link link" aria-label="Open the post: Elastic">Continue reading</a>
</p>
</div>
</div>
<a href="https://OKHand.org/post/elastic/" aria-label="Open the post: Elastic">
<div class="postShorten-thumbnailimg">
<img alt="" src="https://imgur.com/JJz1bRU.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-left">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="https://OKHand.org/post/nvdriver-rm/" aria-label="Open the post: 移除Nvidia驅動與CUDA套件">
移除Nvidia驅動與CUDA套件
</a>
</h1>
<div class="postShorten-meta post-meta">
<time datetime="2024-11-11T01:15:55+08:00">
November 11, 2024
</time>
<span>in</span>
<a class="category-link" href="https://OKHand.org/categories/environment">Environment</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>因為Nvidia驅動每次都會莫名其妙不見,然後又要重裝套件,紀錄一下如何完整的移除驅動與套件。</p>
<p>
<a href="https://OKHand.org/post/nvdriver-rm/" class="postShorten-excerpt_link link" aria-label="Open the post: 移除Nvidia驅動與CUDA套件">Continue reading</a>
</p>
</div>
</div>
<a href="https://OKHand.org/post/nvdriver-rm/" aria-label="Open the post: 移除Nvidia驅動與CUDA套件">
<div class="postShorten-thumbnailimg">
<img alt="" src="https://imgur.com/q39NEjQ.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-left">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="https://OKHand.org/post/cookiecutter/" aria-label="Open the post: Cookiecutter">
Cookiecutter
</a>
</h1>
<div class="postShorten-meta post-meta">
<time datetime="2024-09-12T21:20:28+08:00">
September 12, 2024
</time>
<span>in</span>
<a class="category-link" href="https://OKHand.org/categories/tool">Tool</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>最近在寫 Python 想說把一些 Model 匯聚成一個 Package 使用時,突然發現好像沒有一個像 Next.js 那種建立一個初始化 Templates 的工具,然後我就找到了這個。</p>
<p>
<a href="https://OKHand.org/post/cookiecutter/" class="postShorten-excerpt_link link" aria-label="Open the post: Cookiecutter">Continue reading</a>
</p>
</div>
</div>
<a href="https://OKHand.org/post/cookiecutter/" aria-label="Open the post: Cookiecutter">
<div class="postShorten-thumbnailimg">
<img alt="" src="https://imgur.com/hfmLiZi.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-left">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="https://OKHand.org/post/pypi_proxy/" aria-label="Open the post: Conda & Pip Proxy 設定">
Conda & Pip Proxy 設定
</a>
</h1>
<div class="postShorten-meta post-meta">
<time datetime="2024-09-12T19:56:47+08:00">
September 12, 2024
</time>
<span>in</span>
<a class="category-link" href="https://OKHand.org/categories/environment">Environment</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>某次因 Server 上需先掛 Proxy 後才能上網導致 Python 安裝套件過程中需要設定 Proxy 才能下載套件紀錄。</p>
<p>
<a href="https://OKHand.org/post/pypi_proxy/" class="postShorten-excerpt_link link" aria-label="Open the post: Conda & Pip Proxy 設定">Continue reading</a>
</p>
</div>
</div>
<a href="https://OKHand.org/post/pypi_proxy/" aria-label="Open the post: Conda & Pip Proxy 設定">
<div class="postShorten-thumbnailimg">
<img alt="" src="https://imgur.com/Yq8X85h.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-left">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a class="link-unstyled" href="https://OKHand.org/post/nvidia-a100_env/" aria-label="Open the post: Nvidia A100 環境設定">
Nvidia A100 環境設定
</a>
</h1>
<div class="postShorten-meta post-meta">
<time datetime="2024-09-11T21:23:33+08:00">
September 11, 2024
</time>
<span>in</span>
<a class="category-link" href="https://OKHand.org/categories/environment">Environment</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>剛好有幸用到 8Core 80G GPU 的 A100 機台,但以為設定跟之前一樣卻要用 CUDA 跑 LLM 時遇到問題並紀錄解決方法。</p>
<p>
<a href="https://OKHand.org/post/nvidia-a100_env/" class="postShorten-excerpt_link link" aria-label="Open the post: Nvidia A100 環境設定">Continue reading</a>
</p>
</div>
</div>
<a href="https://OKHand.org/post/nvidia-a100_env/" aria-label="Open the post: Nvidia A100 環境設定">
<div class="postShorten-thumbnailimg">
<img alt="" src="https://imgur.com/aF8NwcN.png"/>
</div>
</a>
</article>
<div class="pagination-bar">
<ul class="pagination">
<li class="pagination-next">
<a class="btn btn--default btn--small" href="https://OKHand.org/page/2/" aria-label="OLDER POSTS">
<span>OLDER POSTS</span>
<i class="fa fa-angle-right text-base icon-ml"></i>
</a>
</li>
<li class="pagination-number">page 1 of 4</li>
</ul>
</div>
</section>
<footer id="footer" class="main-content-wrap">
<span class="copyrights">
© 2025 OKH@nd. All Rights Reserved
</span>
</footer>
</div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-times"></i>
</div>
<img id="about-card-picture" src="https://www.gravatar.com/avatar/0a88f300e8a78663dc185b5f890b9943?s=110" alt="Author's picture" />
<h4 id="about-card-name">OKH@nd</h4>
<div id="about-card-bio">致力於用我的知識,嘗試去改變現今的教育及社會,讓世界變得更美好</div>
<div id="about-card-job">
<i class="fa fa-briefcase"></i>
<br/>
Automation Developer Engineer
</div>
<div id="about-card-location">
<i class="fa fa-map-marker-alt"></i>
<br/>
Taiwan
</div>
</div>
</div>
<div id="cover" style="background-image:url('https://OKHand.org/images/nasa.jpg');"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/highlight.min.js" integrity="sha512-z+/WWfyD5tccCukM4VvONpEtLmbAm5LDu7eKiyMQJ9m7OfPEDL7gENyDRL3Yfe8XAuGsS2fS4xSMnl6d30kqGQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha512-uURl+ZXMBrF4AwGaWmEetzrd+J5/8NRkWAvJx5sbPSSuOb0bZLqf+tOzniObO00BjHa/dD7gub9oCGMLPQHtQA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://OKHand.org/js/script-yqzy9wdlzix4lbbwdnzvwx3egsne77earqmn73v9uno8aupuph8wfguccut.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-gE8KAQyFIzV1C9+GZ8TKJHZS2s+n7EjNtC+IMRn1l5+WYJTHOODUM6JSjZhFhqXmc7bG8Av6XXpckA4tYhflnw==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/apache.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-EWROca+bote+7Oaaar1F6y74iZj1r1F9rm/ly7o+/FwJopbBaWtsFDmaKoZDd3QiGU2pGacBirHJNivmGLYrow==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/go.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-GDVzAn0wpx1yVtQsRWmFc6PhJiLBPdUic+h4GWgljBh904O3JU10fk9EKNpVyIoPqkFn54rgL2QBG4BmUTMpiQ==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/http.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-UgZlma8NzkrDb/NWgmLIcTrH7i/CSnLLDRFqCSNF5NGPpjKmzyM25qcoXGOup8+cDakKyaiTDd7N4dyH4YT+IA==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/less.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-lot9koe73sfXIrUvIPM/UEhuMciN56RPyBdOyZgfO53P2lkWyyXN7J+njcxIIBRV+nVDQeiWtiXg+bLAJZDTfg==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/nginx.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-Zd3e7XxHP00TD0Imr0PIfeM0fl0v95kMWuhyAS3Wn1UTSXTkz0OhtRgBAr4JlmADRgiXr4x7lpeUdqaGN8xIog==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/puppet.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-qtqDO052iXMSP+5d/aE/jMtL9vIIGvONgTJziC2K/ZIB1yEGa55WVxGE9/08rSQ62EoDifS9SWVGZ7ihSLhzMA==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/scss.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-1NmkjnEDnwwwcu28KoQF8vs3oaPFokQHbmbtwGhFfeDsQZtVFI8zW2aE9O8yMYdpdyKV/5blE4pSWw4Z/Sv97w==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/stylus.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-B2wSfruPjr8EJL6IIzQr1eAuDwrsfIfccNf/LCEdxELCgC/S/ZMt/Uvk80aD79m7IqOqW+Sw8nbkvha20yZpzg==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/swift.min.js"></script>
<script async crossorigin="anonymous" defer integrity="sha512-28oDiQZGKUVN6wQ7PSLPNipOcmkCALXKwOi7bnkyFf8QiMZQxG9EQoy/iiNx6Zxj2cG2SbVa4dXKigQhu7GiFw==" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/yaml.min.js"></script>
<script>
$(document).ready(function() {
hljs.configure({ classPrefix: '', useBR: false });
$('pre.code-highlight > code, pre > code').each(function(i, block) {
if (!$(this).hasClass('codeblock')) {
$(this).addClass('codeblock');
}
hljs.highlightBlock(block);
});
});
</script>
</body>
</html>