Welcome to my new site
This is your first post. It is a placeholder that shows you how posts are structured โ everything from headings and links to code blocks.
How posts work
Every post is a simple HTML file inside the posts/ folder. To publish something new:
- Copy this file and give it a new name.
- Rewrite the content with your own words.
- Add a card for it on the blog page.
A quote looks like this. Use it for a memorable line or an important idea.
Code blocks
If you write about code, it is easy to show it:
const hello = () => console.log("Hello, world!");
What’s next
Write about what you know, what you are learning, or what you find interesting. The best blog starts with one honest post โ and you already have this one.