Welcome to my notes

·#intro

This is my first note. Posts live in _posts/ as markdown files named YYYY-MM-DD-title.md.

Writing a new note

  1. Create _posts/2026-05-22-my-topic.md
  2. Add frontmatter (title, date, tags)
  3. Write markdown
  4. git push — GitHub Pages builds and deploys automatically

Markdown works as expected

  • bold, italic, inline code
  • links
  • lists, tables, images
def hello():
    print("notes!")

Block quotes too.