The root of the forgeprint.github.io host. Forgeprint itself is published
from forgeprint/forgeprint and served
under /forgeprint/.
This repository holds only what has to sit at the root of the host:
| File | Why it is here |
|---|---|
robots.txt |
Crawlers read it only at the root. It points them at the sitemap under /forgeprint/. |
llms.txt |
Tools that look for /llms.txt find a pointer to the full one under /forgeprint/. |
index.html |
Sends a visitor to /forgeprint/, and tells crawlers that is the canonical page. |
Nothing else belongs here. The sitemap, the catalog and every page are generated in the main repository; a copy here would drift from it.