Blog / English
Framework Notes: Astro for a Multilingual Personal Site
A practical setup for static blogging with app routes under one domain.
A static-first architecture keeps a personal website maintainable over years.
Why Astro
- Content collections are structured and type-safe.
- Static output keeps deployment simple.
- You can still mount interactive islands where needed.
Why app routes inside the same site
Using /apps/* for lightweight tools keeps navigation unified and avoids cross-domain context switching.