build/local
This commit is contained in:
parent
817607a319
commit
e83069ea82
1 changed files with 3 additions and 1 deletions
4
build.sh
4
build.sh
|
@ -4,12 +4,14 @@ ROOT="$(dirname "${FILE}")"
|
||||||
|
|
||||||
OUTPUT="${ROOT}/out"
|
OUTPUT="${ROOT}/out"
|
||||||
|
|
||||||
#rm --force --recursive "${OUTPUT}"
|
rm --force --recursive "${OUTPUT}"
|
||||||
mkdir --parents "${OUTPUT}"
|
mkdir --parents "${OUTPUT}"
|
||||||
|
|
||||||
pandoc \
|
pandoc \
|
||||||
|
--verbose \
|
||||||
--standalone \
|
--standalone \
|
||||||
--self-contained \
|
--self-contained \
|
||||||
--output "${OUTPUT}/index.html" \
|
--output "${OUTPUT}/index.html" \
|
||||||
--write 'revealjs' \
|
--write 'revealjs' \
|
||||||
|
-V revealjs-url='/sw/revealjs/up' \
|
||||||
"${ROOT}/index.md"
|
"${ROOT}/index.md"
|
||||||
|
|
Loading…
Reference in a new issue