Changelog
All notable changes to this site, documented as they happen.Perubahan penting di situs ini, dicatat saat rilis.
v0.2.1
LatestTerbaru ChangedDiubah - Refactored the homepage into a more distinct engineering notebook layout
- Replaced the previous hero route panel with focused work context, quick routes, and system-style details
RemovedDihapus - Removed the work-availability homepage status
v0.2.0
AddedDitambahkan - Astro 6 site with Tailwind CSS v4, MDX blog, and React island architecture
- Pages: home, about, articles, projects, speaking, uses, thank-you, 404, changelog
- Dark mode with localStorage persistence and FOUC prevention
- Header with scroll animation, mobile navigation (headlessui), and theme toggle
- Content collections for MDX articles with frontmatter schema validation
- RSS feed at
/feed.xml via @astrojs/rss - Auto-generated sitemap via @astrojs/sitemap
- Projects page with Efektif, Restpresso, Frontol, Aggregatui, and stealth projects (Kapitan, L-Theanin, Linker, Anukan)
- GitHub avatar integration (auto-updates from profile)
- Docker + nginx setup for Hetzner deployment with SSL via certbot
- Cloudflare Pages deployment support
- Pre-push git hook for build verification
- oxlint for linting, Biome for formatting
- Changelog page at
/changelog with timeline UI - Makefile with
changelog and release commands
ChangedDiubah - Migrated from Next.js to Astro (complete rewrite)
- Replaced next-themes with custom localStorage-based dark mode
- Replaced cheerio-based RSS with @astrojs/rss
FixedDiperbaiki - Avatar rendering on Cloudflare Pages (moved to GitHub profile image)
- React SSR build error (
React is not defined) by adding explicit import
v0.1.0
AddedDitambahkan - Initial Next.js setup with spotlight-ts template
- Basic personalization (links, metadata)
v0.0.1