diff options
| author | Volpeon <git@volpeon.ink> | 2021-03-28 15:47:27 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-03-28 15:47:27 +0200 |
| commit | b99a907ef9a9ed88d0330d406697cd4a3e6df397 (patch) | |
| tree | 85395c8eabc8d121a5d7430487fba40c9cd05b93 /scripts/build_showcase.sh | |
| parent | Improved build script, added showcase (diff) | |
| download | iro-icons-b99a907ef9a9ed88d0330d406697cd4a3e6df397.tar.gz iro-icons-b99a907ef9a9ed88d0330d406697cd4a3e6df397.tar.bz2 iro-icons-b99a907ef9a9ed88d0330d406697cd4a3e6df397.zip | |
Improved file structure
Diffstat (limited to 'scripts/build_showcase.sh')
| -rwxr-xr-x | scripts/build_showcase.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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)") | |||
| 28 | 28 | ||
| 29 | echo "{ icons: $icons }" > "$meta_file" | 29 | echo "{ icons: $icons }" > "$meta_file" |
| 30 | 30 | ||
| 31 | pandoc showcase.md \ | 31 | pandoc "src/showcase/index.md" \ |
| 32 | -f markdown \ | 32 | -f markdown \ |
| 33 | -t html5 \ | 33 | -t html5 \ |
| 34 | --no-highlight \ | 34 | --no-highlight \ |
| 35 | --template "showcase_tpl.html" \ | 35 | --template "src/showcase/index.html" \ |
| 36 | -o "showcase/index.html" \ | 36 | -o "showcase/index.html" \ |
| 37 | --metadata-file "$meta_file" | 37 | --metadata-file "$meta_file" |
| 38 | 38 | ||
