Pre-generated hero_slides decks (git-linked collection) for deployed instances
Find a file
Casper Stevens e14bab7e74 Pre-generated hero_slides decks: hero_slides_intro, test, test2
Generated output (PNG/HTML + thumbnails, PDF/PPTX) stored directly in git
(no LFS) so a plain git clone yields real files with no git lfs pull step.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 09:33:28 +02:00
hero_slides_intro Pre-generated hero_slides decks: hero_slides_intro, test, test2 2026-06-11 09:33:28 +02:00
test Pre-generated hero_slides decks: hero_slides_intro, test, test2 2026-06-11 09:33:28 +02:00
test2 Pre-generated hero_slides decks: hero_slides_intro, test, test2 2026-06-11 09:33:28 +02:00
.gitattributes Pre-generated hero_slides decks: hero_slides_intro, test, test2 2026-06-11 09:33:28 +02:00
.gitignore Pre-generated hero_slides decks: hero_slides_intro, test, test2 2026-06-11 09:33:28 +02:00
README.md Pre-generated hero_slides decks: hero_slides_intro, test, test2 2026-06-11 09:33:28 +02:00

hero_slides_decks

Pre-generated hero_slides decks, published as a git-linked collection so a deployed hero_slides instance can pull the slides (including their already-rendered output) without regenerating them.

Decks

Deck Slides Output
hero_slides_intro 6 PNG
test 1 PNG + PDF + PPTX
test2 5 HTML + PPTX

Each deck folder holds its source (*.md, theme.md, instructions.md, metadata.toml) and its generated output/ (rendered images/HTML + thumbnails). The metadata.toml content hashes match the shipped output, so a linked instance treats every slide as up-to-date and will not attempt regeneration.

Large files

Rendered assets (*.png, *.html, *.pdf, *.pptx) are stored via Git LFS. After cloning, run git lfs pull to fetch them (the hero_slides collection link does this automatically).

Use as a collection

In the hero_slides admin UI: Link from Git with this repo's clone URL, then Pull. The three decks appear as a collection; the deployed instance serves the pre-rendered slides directly.