Initial commit
This commit is contained in:
50
public/posts/index.xml
Normal file
50
public/posts/index.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||
<channel>
|
||||
<title>Posts on Vezpi Blog</title>
|
||||
<link>https://blog.vezpi.me/posts/</link>
|
||||
<description>Recent content in Posts on Vezpi Blog</description>
|
||||
<generator>Hugo -- 0.146.7</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 25 Apr 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="https://blog.vezpi.me/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Welcome to My Homelab Blog</title>
|
||||
<link>https://blog.vezpi.me/posts/my-first-post/</link>
|
||||
<pubDate>Fri, 25 Apr 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://blog.vezpi.me/posts/my-first-post/</guid>
|
||||
<description><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>
|
||||
<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></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user