Posts on Vezpi Blog https://blog.vezpi.me/posts/ Recent content in Posts on Vezpi Blog Hugo -- 0.147.1 en-us Fri, 25 Apr 2025 00:00:00 +0000 Welcome to My Homelab Blog 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>