Kremta-Website/posts/post-1/index.html

17 lines
892 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><meta charset="utf-8"><h1 id="my-first-blog-post">My First Blog Post</h1>
<p>Published on: 2022-07-01</p>
<p>Welcome to my <em>new blog</em> about learning Astro! Here, I will share my learning journey as I build a new website.</p>
<h2 id="what-ive-accomplished">What Ive accomplished</h2>
<ol>
<li>
<p><strong>Installing Astro</strong>: First, I created a new Astro project and set up my online accounts.</p>
</li>
<li>
<p><strong>Making Pages</strong>: I then learned how to make pages by creating new <code>.astro</code> files and placing them in the <code>src/pages/</code> folder.</p>
</li>
<li>
<p><strong>Making Blog Posts</strong>: This is my first blog post! I now have Astro pages and Markdown posts!</p>
</li>
</ol>
<h2 id="whats-next">Whats next</h2>
<p>I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.</p>