Add blog posts and update blog page with links

This commit is contained in:
Thuan Bui
2025-12-21 16:50:01 +07:00
parent 50f5f119dc
commit 099f60e9af
4 changed files with 54 additions and 0 deletions
+5
View File
@@ -16,5 +16,10 @@
<a href='/blog/'>Blog</a>
<h1>My Astro Learning Blog</h1>
<p>This is where I will post about my journey learning Astro.</p>
<ul>
<li><a href='/posts/post-1/'>Post 1</a></li>
<li><a href='/posts/post-2/'>Post 2</a></li>
<li><a href='/posts/post-3/'>Post 3</a></li>
</ul>
</body>
</html>