Ignore the data/.git repository
1 files changed, 1 insertions(+), 1 deletions(-) M mkfile
M mkfile => mkfile +1 -1
@@ 1,4 1,4 @@ -articles = `{walk -f data/} +articles = `{walk -f data/ | grep -v '^data/\.git/'} articles = ${articles:data/%=public/%} md = `{{for(i in $articles) echo $i}| grep '\.md$'} txt = `{{for(i in $articles) echo $i}| grep '\.txt$'}