Skip to content

Commit cab46e6

Browse files
committed
print when generating tag file
1 parent 5a5a363 commit cab46e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generate_tags.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ for tag in $(grep -h tags: ./_posts/* | sed -e 's/^tags: //' | tr ' ' '\n' | sor
1111
continue
1212
fi
1313

14+
echo "Generated a tag file for $tag"
15+
1416
echo "---
1517
layout: tagpage
1618
title: \"Tag: #$tag\"

0 commit comments

Comments
 (0)