From b99a907ef9a9ed88d0330d406697cd4a3e6df397 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 28 Mar 2021 15:47:27 +0200 Subject: Improved file structure --- scripts/build_showcase.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build_showcase.sh') diff --git a/scripts/build_showcase.sh b/scripts/build_showcase.sh index 8d57b68..402c5e4 100755 --- a/scripts/build_showcase.sh +++ b/scripts/build_showcase.sh @@ -28,11 +28,11 @@ icons=$(echo "$icons" | jq "sort_by(.title)") echo "{ icons: $icons }" > "$meta_file" -pandoc showcase.md \ +pandoc "src/showcase/index.md" \ -f markdown \ -t html5 \ --no-highlight \ - --template "showcase_tpl.html" \ + --template "src/showcase/index.html" \ -o "showcase/index.html" \ --metadata-file "$meta_file" -- cgit v1.3.1