Welcome to my notes
This is my first note. Posts live in _posts/ as markdown files named
YYYY-MM-DD-title.md.
Writing a new note
- Create
_posts/2026-05-22-my-topic.md - Add frontmatter (title, date, tags)
- Write markdown
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.