- Add @astrojs/sitemap and configure in astro.config.mjs
- Add favicon.svg, apple-touch-icon.png, icon-192.png, icon-512.png
- Add site.webmanifest and update Layout.astro to reference icons and
manifest
- Update robots.txt to include sitemap
- Update favicon and icon links in Layout.astro
* initial phase
* remove pagefind
* phase 2
* restyle blog post pages, markdown rendering, pagination, and social link components.
* use dark-plus theme for markdown code
* update base layout and header components, and update the remote deployment directory
* use expressive code for code styling
* adjust inline code style
* format code
* re-add pagefind
* add sidebar with dev qotd
* add sidebar component with dynamic quote fetching and caching
* add Docker setup with Dockerfile, docker-compose, and dockerignore for the Astro site
* integrate Docker Compose with Traefik proxy and remove the legacy PowerShell deployment script
fix: add newlines and formatting improvements in blog posts
refactor: update import paths to use alias for better readability
style: update global CSS to use double quotes for consistency
chore: update tsconfig to include path aliasing for cleaner imports