Hello, World

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

  1. Create a new file, e.g. content/posts/my-first-idea.md.
  2. Add the front matter and write in Markdown.
  3. Commit and push — the deploy workflow does the rest.
print("Posts support code blocks too!")

That's it. Happy writing!

← Back to all posts