Open work on the Crow Intelligence site. Oldest at the bottom of each section. See CLAUDE.md for project orientation.
- Decide fate of
pelican/content/articles/inaugural-post.md. It still generates an orphan page at/blog/inaugural-post.htmlwith nothing linking to it. Options: (a) republish onblog.crowintelligence.organd delete from this repo, (b) delete from the repo outright, (c) keep and relink from the main site somehow. - Clean up the legacy copy loop in
.github/workflows/deploy.yml:36-47. Dirs likealtair_maps,charts,countries, etc. all live underprojects/now and are already covered by the second loop. Harmless, but dead weight. - Verify in GitHub repo Settings → Pages that "Enforce HTTPS" is ticked and the TLS cert for
crowintelligence.orghas issued cleanly.
- Add main-site nav to the featured project microsites (
/site/,/dashboard/,/web/,/analysis/,/semantic_explorer/). Each has its own styling, so this needs per-page integration work, not a single edit. - Decide whether the Nagel essay (
/aporia/nagel-essay/) should carry the main site nav on top of its section-dots nav, or whether the immersive scrolly format is intentional. - Teach
pelican/build.shto symlink/copyCNAME,robots.txt, and404.htmlintooutput/so local dev mirrors the deploy workflow.
- 2026-07-01 — Published
keyfluxandlexographpackages on the site (portfolio cards + packages page, with logos).lexographpromoted from "coming soon". - 2026-04-20 — Aporia hub nav now includes Blog + Contact to match
MENUITEMS. - 2026-04-20 — Custom-domain migration to
crowintelligence.org:SITEURLrepoint, root-relative asset paths in theme, Blog nav points atblog.crowintelligence.org, custom 404 with WordPress-path redirects, Pelican/blog/becomes a redirect stub. - Earlier — Corvus cookiecutter added to open-source packages; mobile radar chart race-condition fix on Nagel essay; SEO pass (canonical URLs, per-page meta, OG tags, article schema).