mdcms/app
Claude ab2ef3b4c9
Add mdcms serve and clean-URL hosting documentation
- New `mdcms serve` command: local preview server with SPA clean-URL
  fallback. Unknown extension-less paths (e.g. /section-id) are served
  index.html so reloads and shared clean URLs work; paths with an
  extension still 404, preserving the renderer's category-variant
  fallback. Serves .md as text/markdown and .yml as text/yaml.
  Options: [name], --path, --port (default 8800), --bind.
- New docs/hosting.md: explains why clean URLs 404 on plain static
  hosts and documents the fix per environment (mdcms serve, service
  worker, GitHub Pages 404.html, Netlify/Cloudflare _redirects, nginx,
  Apache, Caddy), plus a standalone Python preview script.
- Update stale boot error message in index.html to point at
  `mdcms serve` instead of the removed "option 8".
- Update CLAUDE.md command table and local-preview note.

https://claude.ai/code/session_018KXUwmSNMGF2UBywTChCcS
2026-06-12 10:12:53 +00:00
..
assets New standard favicon added. 2026-05-19 15:52:06 +07:00
pages Add tabs and accordion content components to index.html 2026-05-21 16:41:27 +00:00
posts Rename website/ directory to app/ 2026-05-08 15:29:54 +00:00
404.html feat: clean URLs for section-id pages 2026-06-07 17:23:30 +00:00
config.yml Update config file comment for version 0.6.0 2026-06-10 22:06:03 +07:00
index.html Add mdcms serve and clean-URL hosting documentation 2026-06-12 10:12:53 +00:00
manifest.json Add M favicon, fix manifest for PWA installability 2026-05-17 20:33:00 +00:00
mdcms.json feat: mdcms build writes mdcms.json; register accepts URLs 2026-06-07 18:00:24 +00:00
nav.yml Add tabs and accordion content components to index.html 2026-05-21 16:41:27 +00:00
search.json Add tabs and accordion content components to index.html 2026-05-21 16:41:27 +00:00
service-worker.js Enable Back button and fix clean-URL reloads 2026-06-12 07:16:12 +00:00
theme.yml Add configurable nav section toggle icons 2026-05-18 15:08:59 +00:00