|
|
@ -1006,12 +1006,16 @@ Create a capture template for creating slides quickly, with our desired configur |
|
|
|
" |
|
|
|
,#+TITLE: ${title} |
|
|
|
,#+AUTHOR: Christopher James Hayward |
|
|
|
|
|
|
|
,#+EXPORT_FILE_NAME: ${slug} |
|
|
|
,#+OPTIONS: toc:nil num:nil reveal_title_slide:nil |
|
|
|
,#+EMAIL: chris@chrishayward.xyz |
|
|
|
|
|
|
|
,#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js |
|
|
|
,#+REVEAL_THEME: serif |
|
|
|
|
|
|
|
,#+EXPORT_FILE_NAME: ${slug} |
|
|
|
|
|
|
|
,#+OPTIONS: reveal_title_slide:nil |
|
|
|
,#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil |
|
|
|
,#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil |
|
|
|
"))) |
|
|
|
#+end_src |
|
|
|
|
|
|
@ -1045,6 +1049,10 @@ Create a capture template for courses. |
|
|
|
,#+TITLE: ${title} |
|
|
|
,#+SUBTITLE: |
|
|
|
,#+AUTHOR: Christopher James Hayward |
|
|
|
,#+EMAIL: chris@chrishayward.xyz |
|
|
|
|
|
|
|
,#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil |
|
|
|
,#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil |
|
|
|
"))) |
|
|
|
#+end_src |
|
|
|
|
|
|
|