From 95e43bce69f2d743f87e06b12116ef4ed49507f3 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 21 Apr 2021 06:57:21 +0200 Subject: Improved blobfox preview, added bunhd preview --- scripts/build_content.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/build_content.sh b/scripts/build_content.sh index e627edc..154a93f 100755 --- a/scripts/build_content.sh +++ b/scripts/build_content.sh @@ -186,6 +186,7 @@ fi if [ -z "$1" ]; then find "$CONTENT_DIR" \ -type f \ + ! -name ".*" \ $mdfilter \ | while read file_in do @@ -195,6 +196,7 @@ elif [ "$1" = "all_md" ]; then find "$CONTENT_DIR" \ -type f \ -name "*.md" \ + ! -name ".*" \ $mdfilter \ | while read file_in do -- cgit v1.2.3-54-g00ecf