Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dfc4318

Browse files
committedJan 1, 2024
Feat (Blog) Added kubernetes note
1 parent 7679178 commit dfc4318

24 files changed

+3514
-715
lines changed
 

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ dist
129129
.yarn/build-state.yml
130130
.yarn/install-state.gz
131131
.pnp.*
132+
133+
./content/.obsidian/*

‎blog/404.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030

3131

32-
<meta name="generator" content="Hugo 0.121.0">
32+
<meta name="generator" content="Hugo 0.121.1">
3333

3434

3535

3636
<link rel="canonical" href="https://programmerraja.github.io/blog/404.html">
37-
<link href="/blog/style.min.2c05d07d21cbe6f13ed89d401d5368fc8ed4d14acd6a3b191bf8f74c4d487972.css" rel="stylesheet">
37+
<link href="/blog/style.min.d6eb6dd3cfd32b926ce3038300659a94d27d7d469470f7fe92afd067b86be8a8.css" rel="stylesheet">
3838
<link href="/blog/code-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css" rel="stylesheet">
3939

4040

@@ -175,19 +175,26 @@ <h1></h1>
175175
</a>
176176
</div>
177177
<small class="footer_copyright">
178-
© 2023 K.Boopathi.
178+
© 2024 K.Boopathi.
179179

180180
</small>
181-
</footer>
181+
</footer><a href="#" title="" id="totop">
182+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="currentColor" stroke="currentColor" viewBox="0 96 960 960">
183+
<path d="M283 704.739 234.261 656 480 410.261 725.739 656 677 704.739l-197-197-197 197Z"/>
184+
</svg>
185+
186+
</a>
182187

183188

189+
190+
184191

185192

186193

187194

188195

189196

190-
<script src="https://programmerraja.github.io/blog/js/main.min.4ee188e1744c19816e95a540b2650ed9f033ea0371e74eac8e717355cfca8741.js" integrity="sha256-TuGI4XRMGYFulaVAsmUO2fAz6gNx506sjnFzVc/Kh0E="></script>
197+
<script src="https://programmerraja.github.io/blog/js/main.min.35f435a5d8eac613c52daa28d8af544a4512337d3e95236e4a4978417b8dcb2f.js" integrity="sha256-NfQ1pdjqxhPFLaoo2K9USkUSM30&#43;lSNuSkl4QXuNyy8="></script>
191198

192199

193200

‎blog/categories/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030

3131

32-
<meta name="generator" content="Hugo 0.121.0">
32+
<meta name="generator" content="Hugo 0.121.1">
3333

3434

3535

3636
<link rel="canonical" href="https://programmerraja.github.io/blog/categories/">
3737
<link href="/blog/categories/index.xml" rel="alternate" type="application/rss+xml" title="My Blog">
3838
<link href="/blog/categories/index.xml" rel="feed" type="application/rss+xml" title="My Blog">
39-
<link href="/blog/style.min.2c05d07d21cbe6f13ed89d401d5368fc8ed4d14acd6a3b191bf8f74c4d487972.css" rel="stylesheet">
39+
<link href="/blog/style.min.d6eb6dd3cfd32b926ce3038300659a94d27d7d469470f7fe92afd067b86be8a8.css" rel="stylesheet">
4040
<link href="/blog/code-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css" rel="stylesheet">
4141

4242

@@ -178,19 +178,26 @@ <h1 class="header-title center">Categories</h1>
178178
</a>
179179
</div>
180180
<small class="footer_copyright">
181-
© 2023 K.Boopathi.
181+
© 2024 K.Boopathi.
182182

183183
</small>
184-
</footer>
184+
</footer><a href="#" title="" id="totop">
185+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="currentColor" stroke="currentColor" viewBox="0 96 960 960">
186+
<path d="M283 704.739 234.261 656 480 410.261 725.739 656 677 704.739l-197-197-197 197Z"/>
187+
</svg>
188+
189+
</a>
185190

186191

192+
193+
187194

188195

189196

190197

191198

192199

193-
<script src="https://programmerraja.github.io/blog/js/main.min.4ee188e1744c19816e95a540b2650ed9f033ea0371e74eac8e717355cfca8741.js" integrity="sha256-TuGI4XRMGYFulaVAsmUO2fAz6gNx506sjnFzVc/Kh0E="></script>
200+
<script src="https://programmerraja.github.io/blog/js/main.min.35f435a5d8eac613c52daa28d8af544a4512337d3e95236e4a4978417b8dcb2f.js" integrity="sha256-NfQ1pdjqxhPFLaoo2K9USkUSM30&#43;lSNuSkl4QXuNyy8="></script>
194201

195202

196203

0 commit comments

Comments
 (0)
Please sign in to comment.