summaryrefslogtreecommitdiffstats
path: root/scripts/build_content.sh
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-26 12:11:45 +0100
committerVolpeon <git@volpeon.ink>2020-12-26 12:11:45 +0100
commit17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37 (patch)
treef8a112286787c0b2e4f298519d2a56552c70a8ef /scripts/build_content.sh
parentImproved build script output (diff)
downloadvolpeon.ink-17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37.tar.gz
volpeon.ink-17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37.tar.bz2
volpeon.ink-17e7802f1eef43b6d0ae77fdf646d7e6fe8ccc37.zip
Improved SCSS structure, keep less glyphs in fonts
Diffstat (limited to 'scripts/build_content.sh')
-rwxr-xr-xscripts/build_content.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_content.sh b/scripts/build_content.sh
index 8acdcdf..6b50cd8 100755
--- a/scripts/build_content.sh
+++ b/scripts/build_content.sh
@@ -35,7 +35,7 @@ if [ -z "$1" ]; then
35 do 35 do
36 handle "$FILE" 36 handle "$FILE"
37 done 37 done
38elif [ "$1" = "md" ]; then 38elif [ "$1" = "all_md" ]; then
39 find content/ \ 39 find content/ \
40 -type f \ 40 -type f \
41 -name "*.md" \ 41 -name "*.md" \