Personal site (Jekyll on GitHub Pages). This README is for authors / future you — it is not published on the site (see exclude in _config.yml).
- Add
_posts/YYYY-MM-DD-slug.mdwith normal front matter (title,description, optionalpermalink,redirect_from, etc.). - Run
python3 scripts/sync-llms-sidecars.py— creates/updates_llms_sidecars/<slug>.mdso each post has a plain-text mirror at<canonical-post-url>/llms.txt(for tools / LLM-friendly text). - Commit
_posts/...and_llms_sidecars/...together. - After deploy, spot-check
https://dorringel.github.io/<your-post-path>/llms.txt.
- Site index:
/llms.txt— generated fromllms.md(Liquid +site.posts). - Per post:
…/llms.txt— content from_layouts/post-llms.html(HTML body stripped from the post).
Requires Ruby/Jekyll (e.g. bundle install && bundle exec jekyll serve). GitHub Pages runs the same build on push.