site/: bring the markdusk.dravec.org landing under version control + discoverability kit - #1
Merged
Merged
Conversation
…discoverability kit The landing existed only as a Cloudflare Pages direct upload (source not in git); mirrored back from the live site into site/ and stamped with the flywheel Standard §5c kit: welcoming robots.txt, one-URL sitemap, llms.txt, a 1200×630 og.png (the screenshot cropped badly in unfurlers), .well-known/security.txt, canonical + full OpenGraph/Twitter block + SoftwareApplication JSON-LD with the download URL. site/README.md documents the one connect-pages run that makes Cloudflare build it from git; until then the live page is unchanged. Co-Authored-By: Claude Fable 5.1 <[email protected]> Claude-Session: https://claude.ai/code/session_01RicgHjbdeNb3ZGA6DMYMfS
Owner
Author
|
CI here fails on Generated by Claude Code |
…de/autoskola-signin-spacing-fyh0e4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The landing existed only as a Cloudflare Pages direct upload — its source was not in git. Mirrored back from the live site into
site/(index.html + the three images) and stamped with the flywheel Standard §5c kit: welcomingrobots.txt, one-URLsitemap.xml,llms.txt, a 1200×630og.png(the editor screenshot crops badly in unfurlers),.well-known/security.txt, canonical + full OpenGraph/Twitter block +SoftwareApplicationJSON-LD with the download URL.site/README.mddocuments the one hubconnect-pagesrun (slug=markdusk · build_command=true · output_dir=site · recreate=true) that makes Cloudflare build it from git.Why
A page nobody can rebuild is a liability; and the live page currently answers 200 text/html for robots/sitemap/llms, so crawlers and agents get nothing. Until the connect-pages run happens the live page is unchanged — this PR only puts the source and the kit under git.
Proof
Files are static;
site/index.htmlis byte-identical to the live page except the added head block. Live proof comes with the connect-pages run (Cloudflare build →https://markdusk.dravec.org/llms.txtreturns text/plain).🤖 Generated with Claude Code
https://claude.ai/code/session_01RicgHjbdeNb3ZGA6DMYMfS
Generated by Claude Code