From 8353ab85e37a7747032744df6fcbba97f106a6bb Mon Sep 17 00:00:00 2001 From: BP <11394934+benjipeng@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:49:37 -0400 Subject: [PATCH] Report the site into the shared analytics property Every other page on appautomaton.renocrypt.com carries the workshop's gtag, so traffic to /mlx-cv/ was the one gap in that property: the page was live and linked from the catalog while reporting nothing. The tag is the same G-J5X3WJTEYH the landing site and mlx-h3 already load, placed at the end of the body so it never blocks first paint. While here, two notes that cost a round of rediscovery: robots.txt is only honoured at the host root, so the copy in this directory is a courtesy and the landing repository holds the line that actually submits the sitemap; and the custom domain is inherited from appautomaton.github.io, which is why no CNAME lives here. --- site/README.md | 9 +++++++++ site/index.html | 10 ++++++++++ site/robots.txt | 4 ++++ 3 files changed, 23 insertions(+) diff --git a/site/README.md b/site/README.md index 5b90c7b..aa9c553 100644 --- a/site/README.md +++ b/site/README.md @@ -39,6 +39,9 @@ the small amount of JS (theme toggle, mobile menu, scroll reveal) are inline. flatten a translucent mask into a solid disc. - **Motion:** [Motion](https://motion.dev) 13.0.0 from jsDelivr, pinned. It only drives scroll reveals; the hero animation is pure CSS. +- **Analytics:** the shared App Automaton gtag, `G-J5X3WJTEYH`. The same + property covers the whole subdomain, so this page and the workshop report as + one site rather than two. - **Responsive:** authored mobile-first; breakpoints at 720px and 940px. - `prefers-reduced-motion` is respected — every animation renders in its final state. @@ -53,6 +56,12 @@ Published by `.github/workflows/pages.yml` on every push to `main` that touches `site/`. There is no build: the workflow uploads this directory as-is. The Pages source is set to **GitHub Actions**. `.nojekyll` keeps Jekyll out of the way. +The address is `/mlx-cv/` under the organisation's custom domain: a project +site inherits the domain from `appautomaton.github.io`, so this repository sets +no CNAME of its own. Discovery, though, is not inherited — the landing +repository's `public/robots.txt`, `public/sitemap.xml`, and `public/llms.txt` +have to name this page for a crawler or an agent to find it. + ## Local preview ```bash diff --git a/site/index.html b/site/index.html index 3549dc7..efdb64a 100644 --- a/site/index.html +++ b/site/index.html @@ -888,5 +888,15 @@