Welcome to my blog

Sep 15, 2026 · intro

This is the first post on the blog. Every post is just a Markdown file in the src/blog/ folder. To publish, create a new file, write your content, and push to GitHub — the site updates itself.

How easy is writing a post?

Markdown lets you format quickly:

Quotes start a line with a > character like this.

Code blocks

console.log("Hello from Kendy's blog!");

That’s it. The next post explains the workflow in more detail.


← Back to Blog