diff options
author | EuAndreh <eu@euandre.org> | 2018-07-08 17:57:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-08 17:57:53 -0300 |
commit | 23744c961f5c1860434fcc064ed736713acca000 (patch) | |
tree | 799fb772b902d09ff8f706c115d249b00b410079 | |
parent | Add slides/new.sh for bootstrapping new reveal.js presentations (diff) | |
download | euandre.org-23744c961f5c1860434fcc064ed736713acca000.tar.gz euandre.org-23744c961f5c1860434fcc064ed736713acca000.tar.xz |
Create base index.org sample slide
Diffstat (limited to '')
-rw-r--r-- | slides/base.org | 3 | ||||
-rwxr-xr-x | slides/new.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/slides/base.org b/slides/base.org new file mode 100644 index 0000000..3a2995b --- /dev/null +++ b/slides/base.org @@ -0,0 +1,3 @@ +#+REVEAL_ROOT: reveal.js/ +#+OPTIONS: num:nil toc:nil reveal_single_file:t +* sample diff --git a/slides/new.sh b/slides/new.sh index f985ca6..1321eb9 100755 --- a/slides/new.sh +++ b/slides/new.sh @@ -19,4 +19,5 @@ function update-reveal-js(){ outdir="$1" mkdir "$outdir" mkdir "$outdir/reveal.js" +cp base.org "$outdir/index.org" update-reveal-js $outdir |