Skip to content

Commit 8832de2

Browse files
committed
Exclude specific markdown files
1 parent 3441612 commit 8832de2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/rss.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ urlencode() {
1919
}
2020

2121
newest_files=$( \
22-
git ls-files -z '*.md' | \
22+
git ls-files -z '*.md' \
23+
':(exclude)_coverpage.md' \
24+
':(exclude)_navbar.md' \
25+
':(exclude)_sidebar.md' | \
2326
xargs -0 -n1 -I{} -- git log -1 --format="%at {}" {} | \
2427
sort -r | \
2528
head -n10 | \

0 commit comments

Comments
 (0)