Blog and weekly slides for LA3D Projects including Trusted AI, CI-Compass, and related projects.
posts/contains the existing blog.projects/contains current research-project hubs and dated updates.slides/is the historical Nuggets slide archive; its paths remain stable so published links continue to work.templates/nugget-reveal/contains the canonical research-update deck template.themes/marp/contains shared themes for fast Marp update decks.
Create an AI4C2 update with:
python .agents/skills/nuggets-deck/scripts/new_deck.py ai4c2 YYYY-MM-DD --title "AI4C2 Research Update"New project updates inherit shared Reveal.js settings and are drafts by default. Rendering or publishing the public site is a separate step.
The source filename selects the slide engine within a dated update directory:
index.qmdis rendered by Quarto/Reveal.js.index.marp.mdis rendered by Marp into the same directory underdocs/.
Run the complete local site build with:
quarto renderQuarto renders the website and Reveal.js decks first. Its post-render script then finds every index.marp.md source and renders it with Marp's vertically scrolling bare template. Both kinds of presentation are therefore served from the existing GitHub Pages docs/ tree.
Marp CLI must be installed and available on PATH. To rebuild only the Marp decks, run:
python3 scripts/render_marp.pyAfter reviewing the generated site, commit both the sources and docs/, then push main. GitHub Pages continues to publish from main → docs/.