Add metrics collector (site/collect-metrics.sh) and dashboard page (site/dashboard.html) showing PRs merged, issues closed, CI pass rate, vault decisions, and agent activity across all managed projects. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| al76.jpg | ||
| al76.webp | ||
| apple-touch-icon.png | ||
| collect-metrics.sh | ||
| dashboard.html | ||
| factory-fixes-itself.jpg | ||
| factory-fixes-itself.webp | ||
| favicon-192.png | ||
| favicon.ico | ||
| index.html | ||
| og-image.jpg | ||
| README.md | ||
| robots.txt | ||
| sitemap.xml | ||
site/
Static landing page for disinto.ai.
Files
index.html— landing pageog-image.jpg— Open Graph image used for social sharing previews (og:image/twitter:image)al76.jpg/al76.webp— hero image (Robot AL-76)favicon.ico,favicon-192.png,apple-touch-icon.png— favicons
Regenerating og-image.jpg
og-image.jpg is a static binary asset committed to the repo. It is not
generated at build time. The recommended dimensions are 1200×630 px (the
standard Open Graph image size).
To regenerate it:
- Open a design tool (Figma, GIMP, Inkscape, etc.).
- Create a canvas at 1200×630 px using the site color palette:
- background
#0a0a0a, foreground#e0e0e0, accent#c8a46e
- background
- Include the Disinto logotype / tagline and any relevant branding.
- Export as JPEG (quality ≥ 85) and save to
site/og-image.jpg. - Commit the updated file.
Updating og-image.jpg when branding changes
Whenever the brand identity changes (logo, color palette, tagline), update
og-image.jpg following the steps above. Checklist:
- New image is 1200×630 px
- Colors match the current CSS variables in
index.html(:rootblock) - Tagline / copy matches the
<title>and<meta name="description">inindex.html - File committed and pushed before deploying the updated
index.html
Social platforms cache og:image aggressively. After deploying, use the Open Graph debugger and Twitter Card validator to invalidate their caches.