diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 03:21:13 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 03:21:13 -0600 |
| commit | 6621ede23558faab6f3fe10a3a51adae079984d3 (patch) | |
| tree | c2941f6433645973996a7f62f0e38d149fce90b6 /.gitignore | |
| parent | 096a0378690344cccccc37415aa461fb44c8a3c8 (diff) | |
| download | dotemacs-6621ede23558faab6f3fe10a3a51adae079984d3.tar.gz dotemacs-6621ede23558faab6f3fe10a3a51adae079984d3.zip | |
feat(reveal): add org-reveal presentation workflow with ERT tests
Replaced pandoc-based reveal.js export with native ox-reveal integration.
New org-reveal-config.el module provides offline, self-contained HTML export
with keybindings under C-; p. Includes setup script for reveal.js 5.1.0
and 34 ERT tests covering header template and title-to-filename helpers.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 691845df1..c7adf7af9 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,9 @@ auto-save-list/ /browser-choice.el /client_secret_491339091045-sjje1r54s22vn2ugh45khndjafp89vto.apps.googleusercontent.com.json +# reveal.js local clone (managed by scripts/setup-reveal.sh) +/reveal.js/ + # Documentation folder (session notes, personal workflows) /docs/ |
