diff --git a/hugo.yaml b/hugo.yaml index 07b4da3..fd7d46f 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -42,27 +42,8 @@ params: menu: - main: - - identifier: home + main: [] - - identifier: homelab - name: Homelab - url: /homelab/ - weight: 10 - params: - - icon: "home" - - identifier: about - name: About - url: /about/ - weight: 20 - - identifier: tags - name: Tags - url: /tags/ - weight: 30 - - identifier: search - name: 🔍 Search - url: /search/ - weight: 40 social: - identifier: "github" name: "GitHub" diff --git a/public/categories/index.xml b/public/categories/index.xml index 80c3e36..706732e 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -1,10 +1,10 @@ - + Categories on Vezpi Blog https://blog.vezpi.me/categories/ Recent content in Categories on Vezpi Blog - Hugo -- 0.147.1 + Hugo en-us diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..aa9a5c1 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..c26291c Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.xml b/public/index.xml index cd150c5..8eefd3b 100644 --- a/public/index.xml +++ b/public/index.xml @@ -1,10 +1,10 @@ - + Vezpi Blog https://blog.vezpi.me/ Recent content on Vezpi Blog - Hugo -- 0.147.1 + Hugo en-us Fri, 25 Apr 2025 00:00:00 +0000 @@ -13,51 +13,7 @@ https://blog.vezpi.me/posts/my-first-post/ Fri, 25 Apr 2025 00:00:00 +0000 https://blog.vezpi.me/posts/my-first-post/ - <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> -<p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.<br> -I like :</p> -<ul> -<li>Chicken</li> -<li>Sausage</li> -<li>Oranges</li> -<li>Potatoes</li> -<li>Pasta</li> -<li>Beer</li> -<li>Squid</li> -<li>Doritos</li> -<li>Banana</li> -<li>Kiwi</li> -</ul> -<hr> -<h2 id="-markdown-elements">🧱 Markdown Elements</h2> -<h3 id="headers">Headers</h3> -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 -</span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 -</span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 -</span></span></span></code></pre></div><h3 id="lists">Lists</h3> -<h4 id="unordered">Unordered</h4> -<ul> -<li>Docker</li> -<li>Proxmox</li> -<li>Kubernetes</li> -</ul> -<h4 id="ordered">Ordered</h4> -<ol> -<li>Build homelab</li> -<li>Break homelab 😅</li> -<li>Fix it and learn</li> -</ol> -<hr> -<h3 id="-checkboxes">✅ Checkboxes</h3> -<ul> -<li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> -<li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> -<li><input checked="" disabled="" type="checkbox"> Created this test post</li> -<li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> -</ul> -<hr> -<h3 id="-links">🔗 Links</h3> -<p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> + <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> <p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.</p> <p>I like :</p> <ul> <li>Chicken</li> <li>Sausage</li> <li>Oranges</li> <li>Potatoes</li> <li>Pasta</li> <li>Beer</li> <li>Squid</li> <li>Doritos</li> <li>Banana</li> <li>Kiwi</li> <li>Pizza</li> <li>Automation</li> <li>Cats</li> <li>Tomatoes</li> <li>Fish</li> <li>Girls</li> </ul> <hr> <h2 id="-markdown-elements">🧱 Markdown Elements</h2> <h3 id="headers">Headers</h3> <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 </span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 </span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 </span></span></span></code></pre></div><h3 id="lists">Lists</h3> <h4 id="unordered">Unordered</h4> <ul> <li>Docker</li> <li>Proxmox</li> <li>Kubernetes</li> </ul> <h4 id="ordered">Ordered</h4> <ol> <li>Build homelab</li> <li>Break homelab 😅</li> <li>Fix it and learn</li> </ol> <hr> <h3 id="-checkboxes">✅ Checkboxes</h3> <ul> <li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> <li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> <li><input checked="" disabled="" type="checkbox"> Created this test post</li> <li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> </ul> <hr> <h3 id="-links">🔗 Links</h3> <p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> diff --git a/public/posts/index.xml b/public/posts/index.xml index 545daf0..34358f0 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -1,10 +1,10 @@ - + Posts on Vezpi Blog https://blog.vezpi.me/posts/ Recent content in Posts on Vezpi Blog - Hugo -- 0.147.1 + Hugo en-us Fri, 25 Apr 2025 00:00:00 +0000 @@ -13,51 +13,7 @@ https://blog.vezpi.me/posts/my-first-post/ Fri, 25 Apr 2025 00:00:00 +0000 https://blog.vezpi.me/posts/my-first-post/ - <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> -<p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.<br> -I like :</p> -<ul> -<li>Chicken</li> -<li>Sausage</li> -<li>Oranges</li> -<li>Potatoes</li> -<li>Pasta</li> -<li>Beer</li> -<li>Squid</li> -<li>Doritos</li> -<li>Banana</li> -<li>Kiwi</li> -</ul> -<hr> -<h2 id="-markdown-elements">🧱 Markdown Elements</h2> -<h3 id="headers">Headers</h3> -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 -</span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 -</span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 -</span></span></span></code></pre></div><h3 id="lists">Lists</h3> -<h4 id="unordered">Unordered</h4> -<ul> -<li>Docker</li> -<li>Proxmox</li> -<li>Kubernetes</li> -</ul> -<h4 id="ordered">Ordered</h4> -<ol> -<li>Build homelab</li> -<li>Break homelab 😅</li> -<li>Fix it and learn</li> -</ol> -<hr> -<h3 id="-checkboxes">✅ Checkboxes</h3> -<ul> -<li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> -<li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> -<li><input checked="" disabled="" type="checkbox"> Created this test post</li> -<li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> -</ul> -<hr> -<h3 id="-links">🔗 Links</h3> -<p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> + <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> <p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.</p> <p>I like :</p> <ul> <li>Chicken</li> <li>Sausage</li> <li>Oranges</li> <li>Potatoes</li> <li>Pasta</li> <li>Beer</li> <li>Squid</li> <li>Doritos</li> <li>Banana</li> <li>Kiwi</li> <li>Pizza</li> <li>Automation</li> <li>Cats</li> <li>Tomatoes</li> <li>Fish</li> <li>Girls</li> </ul> <hr> <h2 id="-markdown-elements">🧱 Markdown Elements</h2> <h3 id="headers">Headers</h3> <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 </span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 </span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 </span></span></span></code></pre></div><h3 id="lists">Lists</h3> <h4 id="unordered">Unordered</h4> <ul> <li>Docker</li> <li>Proxmox</li> <li>Kubernetes</li> </ul> <h4 id="ordered">Ordered</h4> <ol> <li>Build homelab</li> <li>Break homelab 😅</li> <li>Fix it and learn</li> </ol> <hr> <h3 id="-checkboxes">✅ Checkboxes</h3> <ul> <li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> <li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> <li><input checked="" disabled="" type="checkbox"> Created this test post</li> <li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> </ul> <hr> <h3 id="-links">🔗 Links</h3> <p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> diff --git a/public/sitemap.xml b/public/sitemap.xml index d2fc8fa..fbd97d8 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,6 +2,12 @@ + https://blog.vezpi.me/posts/ + 2025-05-02T00:00:00+00:00 + + https://blog.vezpi.me/ + 2025-05-02T00:00:00+00:00 + https://blog.vezpi.me/tags/docker/ 2025-04-25T00:00:00+00:00 @@ -10,15 +16,9 @@ https://blog.vezpi.me/tags/infrastructure/ 2025-04-25T00:00:00+00:00 - - https://blog.vezpi.me/posts/ - 2025-04-25T00:00:00+00:00 https://blog.vezpi.me/tags/ 2025-04-25T00:00:00+00:00 - - https://blog.vezpi.me/ - 2025-04-25T00:00:00+00:00 https://blog.vezpi.me/posts/my-first-post/ 2025-04-25T00:00:00+00:00 diff --git a/public/tags/docker/index.xml b/public/tags/docker/index.xml index ed76e42..93917ee 100644 --- a/public/tags/docker/index.xml +++ b/public/tags/docker/index.xml @@ -1,10 +1,10 @@ - + Docker on Vezpi Blog https://blog.vezpi.me/tags/docker/ Recent content in Docker on Vezpi Blog - Hugo -- 0.147.1 + Hugo en-us Fri, 25 Apr 2025 00:00:00 +0000 @@ -13,51 +13,7 @@ https://blog.vezpi.me/posts/my-first-post/ Fri, 25 Apr 2025 00:00:00 +0000 https://blog.vezpi.me/posts/my-first-post/ - <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> -<p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.<br> -I like :</p> -<ul> -<li>Chicken</li> -<li>Sausage</li> -<li>Oranges</li> -<li>Potatoes</li> -<li>Pasta</li> -<li>Beer</li> -<li>Squid</li> -<li>Doritos</li> -<li>Banana</li> -<li>Kiwi</li> -</ul> -<hr> -<h2 id="-markdown-elements">🧱 Markdown Elements</h2> -<h3 id="headers">Headers</h3> -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 -</span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 -</span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 -</span></span></span></code></pre></div><h3 id="lists">Lists</h3> -<h4 id="unordered">Unordered</h4> -<ul> -<li>Docker</li> -<li>Proxmox</li> -<li>Kubernetes</li> -</ul> -<h4 id="ordered">Ordered</h4> -<ol> -<li>Build homelab</li> -<li>Break homelab 😅</li> -<li>Fix it and learn</li> -</ol> -<hr> -<h3 id="-checkboxes">✅ Checkboxes</h3> -<ul> -<li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> -<li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> -<li><input checked="" disabled="" type="checkbox"> Created this test post</li> -<li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> -</ul> -<hr> -<h3 id="-links">🔗 Links</h3> -<p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> + <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> <p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.</p> <p>I like :</p> <ul> <li>Chicken</li> <li>Sausage</li> <li>Oranges</li> <li>Potatoes</li> <li>Pasta</li> <li>Beer</li> <li>Squid</li> <li>Doritos</li> <li>Banana</li> <li>Kiwi</li> <li>Pizza</li> <li>Automation</li> <li>Cats</li> <li>Tomatoes</li> <li>Fish</li> <li>Girls</li> </ul> <hr> <h2 id="-markdown-elements">🧱 Markdown Elements</h2> <h3 id="headers">Headers</h3> <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 </span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 </span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 </span></span></span></code></pre></div><h3 id="lists">Lists</h3> <h4 id="unordered">Unordered</h4> <ul> <li>Docker</li> <li>Proxmox</li> <li>Kubernetes</li> </ul> <h4 id="ordered">Ordered</h4> <ol> <li>Build homelab</li> <li>Break homelab 😅</li> <li>Fix it and learn</li> </ol> <hr> <h3 id="-checkboxes">✅ Checkboxes</h3> <ul> <li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> <li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> <li><input checked="" disabled="" type="checkbox"> Created this test post</li> <li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> </ul> <hr> <h3 id="-links">🔗 Links</h3> <p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> diff --git a/public/tags/homelab/index.xml b/public/tags/homelab/index.xml index 9353a12..46a0cb0 100644 --- a/public/tags/homelab/index.xml +++ b/public/tags/homelab/index.xml @@ -1,10 +1,10 @@ - + Homelab on Vezpi Blog https://blog.vezpi.me/tags/homelab/ Recent content in Homelab on Vezpi Blog - Hugo -- 0.147.1 + Hugo en-us Fri, 25 Apr 2025 00:00:00 +0000 @@ -13,51 +13,7 @@ https://blog.vezpi.me/posts/my-first-post/ Fri, 25 Apr 2025 00:00:00 +0000 https://blog.vezpi.me/posts/my-first-post/ - <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> -<p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.<br> -I like :</p> -<ul> -<li>Chicken</li> -<li>Sausage</li> -<li>Oranges</li> -<li>Potatoes</li> -<li>Pasta</li> -<li>Beer</li> -<li>Squid</li> -<li>Doritos</li> -<li>Banana</li> -<li>Kiwi</li> -</ul> -<hr> -<h2 id="-markdown-elements">🧱 Markdown Elements</h2> -<h3 id="headers">Headers</h3> -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 -</span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 -</span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 -</span></span></span></code></pre></div><h3 id="lists">Lists</h3> -<h4 id="unordered">Unordered</h4> -<ul> -<li>Docker</li> -<li>Proxmox</li> -<li>Kubernetes</li> -</ul> -<h4 id="ordered">Ordered</h4> -<ol> -<li>Build homelab</li> -<li>Break homelab 😅</li> -<li>Fix it and learn</li> -</ol> -<hr> -<h3 id="-checkboxes">✅ Checkboxes</h3> -<ul> -<li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> -<li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> -<li><input checked="" disabled="" type="checkbox"> Created this test post</li> -<li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> -</ul> -<hr> -<h3 id="-links">🔗 Links</h3> -<p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> + <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> <p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.</p> <p>I like :</p> <ul> <li>Chicken</li> <li>Sausage</li> <li>Oranges</li> <li>Potatoes</li> <li>Pasta</li> <li>Beer</li> <li>Squid</li> <li>Doritos</li> <li>Banana</li> <li>Kiwi</li> <li>Pizza</li> <li>Automation</li> <li>Cats</li> <li>Tomatoes</li> <li>Fish</li> <li>Girls</li> </ul> <hr> <h2 id="-markdown-elements">🧱 Markdown Elements</h2> <h3 id="headers">Headers</h3> <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 </span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 </span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 </span></span></span></code></pre></div><h3 id="lists">Lists</h3> <h4 id="unordered">Unordered</h4> <ul> <li>Docker</li> <li>Proxmox</li> <li>Kubernetes</li> </ul> <h4 id="ordered">Ordered</h4> <ol> <li>Build homelab</li> <li>Break homelab 😅</li> <li>Fix it and learn</li> </ol> <hr> <h3 id="-checkboxes">✅ Checkboxes</h3> <ul> <li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> <li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> <li><input checked="" disabled="" type="checkbox"> Created this test post</li> <li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> </ul> <hr> <h3 id="-links">🔗 Links</h3> <p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> diff --git a/public/tags/index.xml b/public/tags/index.xml index 5cffba8..0169311 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -1,10 +1,10 @@ - + Tags on Vezpi Blog https://blog.vezpi.me/tags/ Recent content in Tags on Vezpi Blog - Hugo -- 0.147.1 + Hugo en-us Fri, 25 Apr 2025 00:00:00 +0000 diff --git a/public/tags/infrastructure/index.xml b/public/tags/infrastructure/index.xml index ddd3016..9a0142f 100644 --- a/public/tags/infrastructure/index.xml +++ b/public/tags/infrastructure/index.xml @@ -1,10 +1,10 @@ - + Infrastructure on Vezpi Blog https://blog.vezpi.me/tags/infrastructure/ Recent content in Infrastructure on Vezpi Blog - Hugo -- 0.147.1 + Hugo en-us Fri, 25 Apr 2025 00:00:00 +0000 @@ -13,51 +13,7 @@ https://blog.vezpi.me/posts/my-first-post/ Fri, 25 Apr 2025 00:00:00 +0000 https://blog.vezpi.me/posts/my-first-post/ - <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> -<p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.<br> -I like :</p> -<ul> -<li>Chicken</li> -<li>Sausage</li> -<li>Oranges</li> -<li>Potatoes</li> -<li>Pasta</li> -<li>Beer</li> -<li>Squid</li> -<li>Doritos</li> -<li>Banana</li> -<li>Kiwi</li> -</ul> -<hr> -<h2 id="-markdown-elements">🧱 Markdown Elements</h2> -<h3 id="headers">Headers</h3> -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 -</span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 -</span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 -</span></span></span></code></pre></div><h3 id="lists">Lists</h3> -<h4 id="unordered">Unordered</h4> -<ul> -<li>Docker</li> -<li>Proxmox</li> -<li>Kubernetes</li> -</ul> -<h4 id="ordered">Ordered</h4> -<ol> -<li>Build homelab</li> -<li>Break homelab 😅</li> -<li>Fix it and learn</li> -</ol> -<hr> -<h3 id="-checkboxes">✅ Checkboxes</h3> -<ul> -<li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> -<li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> -<li><input checked="" disabled="" type="checkbox"> Created this test post</li> -<li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> -</ul> -<hr> -<h3 id="-links">🔗 Links</h3> -<p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p> + <h1 id="-welcome-to-my-homelab">🏡 Welcome to My Homelab</h1> <p>This is a placeholder post to test the features of my new blog powered by <strong>Hugo</strong> and the <code>PaperMod</code> theme.</p> <p>I like :</p> <ul> <li>Chicken</li> <li>Sausage</li> <li>Oranges</li> <li>Potatoes</li> <li>Pasta</li> <li>Beer</li> <li>Squid</li> <li>Doritos</li> <li>Banana</li> <li>Kiwi</li> <li>Pizza</li> <li>Automation</li> <li>Cats</li> <li>Tomatoes</li> <li>Fish</li> <li>Girls</li> </ul> <hr> <h2 id="-markdown-elements">🧱 Markdown Elements</h2> <h3 id="headers">Headers</h3> <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span># H1 </span></span><span style="display:flex;"><span><span style="color:#75715e">## H2 </span></span></span><span style="display:flex;"><span><span style="color:#75715e">### H3 </span></span></span></code></pre></div><h3 id="lists">Lists</h3> <h4 id="unordered">Unordered</h4> <ul> <li>Docker</li> <li>Proxmox</li> <li>Kubernetes</li> </ul> <h4 id="ordered">Ordered</h4> <ol> <li>Build homelab</li> <li>Break homelab 😅</li> <li>Fix it and learn</li> </ol> <hr> <h3 id="-checkboxes">✅ Checkboxes</h3> <ul> <li><input checked="" disabled="" type="checkbox"> Installed Hugo</li> <li><input checked="" disabled="" type="checkbox"> Added PaperMod theme</li> <li><input checked="" disabled="" type="checkbox"> Created this test post</li> <li><input disabled="" type="checkbox"> Sync with Obsidian vault</li> </ul> <hr> <h3 id="-links">🔗 Links</h3> <p>Check out <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod on GitHub</a></p>