Welcome to My Writing
Welcome to My Writing
This is a sample blog post to demonstrate how content works in this Astro site. You can write in Markdown and it will be automatically converted to HTML.
What You’ll Find Here
I plan to write about:
- Personal reflections and experiences
- Technical topics and learning
- Creative projects and ideas
- Anything else that interests me
Markdown Features
You can use all the standard Markdown features:
- Bold text
- Italic text
Code snippets- Links
Code Blocks
function greet(name) {
return `Hello, ${name}!`;
}
Lists
- Numbered lists
- Work great too
- For organizing thoughts
Getting Started
To add your own writing:
- Create new
.mdfiles insrc/content/writing/ - Add the frontmatter with title, description, date, etc.
- Write your content in Markdown
- The site will automatically generate pages for each post
That’s it! Start writing and sharing your thoughts with the world.