seedproject-web/app/CHANGELOG.md
Carlos Arias 1559ce017d chore: scaffold SeedProject base (Phase 1)
Clean-room copy of the reusable engines from comiida, with all
instance data, secrets, dependencies, and build output excluded:
- app/         Astro theme skeleton (no comiida blog posts; hero image -> placeholder)
- api/         SeedProject PHP framework (no vendor/.env/config.php)
- content-pipeline/  engine only (scripts/admin/prompts; empty runtime state)
- astroagent.config.json + app/.astroagent/skills

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SYHWLHihq3v9nxNwoPCKSn
2026-07-04 22:53:10 +00:00

1.2 KiB

Changelog

All notable changes to Quiet Pages will be documented in this file.

[1.0.0] - 2026-06-19

Added

  • Initial public release of Quiet Pages, an Astro magazine theme for essays, field notes, blogs, and long-form editorial sites.
  • Editorial homepage with a full-bleed visual lead story, featured post section, latest posts, and newsletter CTA.
  • MDX blog posts powered by Astro content collections with validated frontmatter.
  • Blog archive with client-side search, category filters, tag filters, and load-more pagination.
  • Category, tag, and author archive pages.
  • Article pages with breadcrumbs, table of contents, featured image captions, sharing links, author cards, related posts, and previous/next navigation.
  • RSS feed, XML sitemap, and dynamic robots.txt route.
  • SEO defaults including canonical URLs, Open Graph metadata, Twitter card metadata, and article JSON-LD.
  • Light and dark mode with system preference support.
  • Self-hosted Inter, Fraunces, and JetBrains Mono fonts.
  • Responsive images through Astro's image pipeline.
  • Accessibility defaults including semantic landmarks, skip link, visible focus styles, current-page navigation state, keyboard-friendly search/menu controls, and reduced-motion handling.