Regenerate tag pages
This commit is contained in:
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`
|
for tag in `grep -h ^tags: _posts/* | sed -re 's/^tags: +\[//' -e 's/\]$//' -e 's/, /\n/g' | sort | uniq`
|
||||||
do
|
do
|
||||||
tag_file="blog/tag/${tag}.html"
|
tag_file="blog/tag/${tag}.md"
|
||||||
echo -n "[$tag] "
|
echo -n "[$tag] "
|
||||||
|
|
||||||
if [ ! -f $tag_file ]
|
if [ ! -f $tag_file ]
|
||||||
|
7
blog/tag/flask.md
Normal file
7
blog/tag/flask.md
Normal 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
4
blog/tag/gnome.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
layout: posts-by-tag
|
||||||
|
tag: gnome
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user