From e83069ea827b79eaf3edce73fa54a46c7f77640c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 28 Feb 2024 15:39:27 +0100 Subject: [PATCH] build/local --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 216da24..b301c88 100755 --- a/build.sh +++ b/build.sh @@ -4,12 +4,14 @@ ROOT="$(dirname "${FILE}")" OUTPUT="${ROOT}/out" -#rm --force --recursive "${OUTPUT}" +rm --force --recursive "${OUTPUT}" mkdir --parents "${OUTPUT}" pandoc \ +--verbose \ --standalone \ --self-contained \ --output "${OUTPUT}/index.html" \ --write 'revealjs' \ +-V revealjs-url='/sw/revealjs/up' \ "${ROOT}/index.md"