Browse Source

Add org-reveal for HTML presentations

main
parent
commit
e886dc9e27
  1. 12
      README.org
  2. 3
      init.el

12
README.org

@ -580,3 +580,15 @@ Configure the default capture template for daily entries.
:file-name "daily/%<%Y-%m-%d>"
:head "#+TITLE: %<%Y-%m-%d>\n")))
#+end_src
** Presentations
Produce high quality presentations that work anywhere with =HTML/JS= via the =reveal.js= package.
https://github.com/hexmode/ox-reveal
+ Configure to use =cdn=
#+begin_src emacs-lisp
(use-package ox-reveal
:custom (org-reveal-root "https://cdn.jsdelivr.net/reveal.js/3.9.2/"))
#+end_src

3
init.el

@ -235,3 +235,6 @@
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+TITLE: %<%Y-%m-%d>\n")))
(use-package ox-reveal
:custom (org-reveal-root "https://cdn.jsdelivr.net/reveal.js/3.9.2/"))
Loading…
Cancel
Save