Regenerate tag pages

sqla-i18n-post
Gergely Polonkai 7 years ago
parent 4440e5467f
commit fc6343c9ac

@ -9,7 +9,7 @@ layout="posts-by-tag"
for tag in `grep -h ^tags: _posts/* | sed -re 's/^tags: +\[//' -e 's/\]$//' -e 's/, /\n/g' | sort | uniq`
do
tag_file="blog/tag/${tag}.html"
tag_file="blog/tag/${tag}.md"
echo -n "[$tag] "
if [ ! -f $tag_file ]

@ -0,0 +1,7 @@
---
layout: posts-by-tag
tag: flask
---
Flask is a web framework written in Python. Find
documentation [here](http://flask.pocoo.org/).

@ -0,0 +1,4 @@
---
layout: posts-by-tag
tag: gnome
---
Loading…
Cancel
Save