Regenerate tag pages

This commit is contained in:
Gergely Polonkai 2017-01-02 11:15:21 +01:00
parent 4440e5467f
commit fc6343c9ac
41 changed files with 12 additions and 1 deletions

View File

@ -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 ]

7
blog/tag/flask.md Normal file
View 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/).

4
blog/tag/gnome.md Normal file
View File

@ -0,0 +1,4 @@
---
layout: posts-by-tag
tag: gnome
---