aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-08 17:57:53 -0300
committerEuAndreh <eu@euandre.org>2018-07-08 17:57:53 -0300
commit23744c961f5c1860434fcc064ed736713acca000 (patch)
tree799fb772b902d09ff8f706c115d249b00b410079
parentAdd slides/new.sh for bootstrapping new reveal.js presentations (diff)
downloadeuandre.org-23744c961f5c1860434fcc064ed736713acca000.tar.gz
euandre.org-23744c961f5c1860434fcc064ed736713acca000.tar.xz
Create base index.org sample slide
Diffstat (limited to '')
-rw-r--r--slides/base.org3
-rwxr-xr-xslides/new.sh1
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