diff options
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 | ||
