← Amichay's Notes

June 4, 2026

Welcome

This is my personal notes site, hosted at amichay.giuili.com.

How to add a note

  1. Create a new .md file in the notes/ folder.
  2. (Optional) add frontmatter at the top to set a title and date:
---
title: My Note Title
date: 2026-06-04
---

# My Note Title

Write whatever you want here, in markdown.
  1. Run npm run deploy to build and publish.

That's it. Notes are sorted newest-first on the home page.