Hello, World
2026-07-02
Welcome to my new blog! This is a sample post to show how things work.
Blog posts are plain Markdown files living in content/posts/. Each file starts
with a small front-matter block for the title and date, followed by the
post body.
Writing a new post
- Create a new file, e.g.
content/posts/my-first-idea.md. - Add the front matter and write in Markdown.
- Commit and push — the deploy workflow does the rest.
print("Posts support code blocks too!")
That's it. Happy writing!