Regenerate tag pages
This commit is contained in:
parent
4440e5467f
commit
fc6343c9ac
_make_tags.sh
blog/tag
active-directory.mdapache.mdastrology.mdc.mdcitrix-xenserver.mdcommand-line.mdconference.mdcss.mddebian.mddevelopment.mddjango.mdemacs.mdfedora.mdflask.mdgentoo.mdgit.mdglib.mdgnome.mdgnome3.mdheartbeat-cluster.mdkerberos.mdlinux.mdmonitoring.mdmysql.mdoracle.mdotrs.mdphp.mdpython.mdranting.mdred-hat.mdsass.mdselinux.mdssh.mdsymfony.mdtechnology.mdtesting.mdvala.mdwindows.mdwordpress.mdzabbix.md
@ -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
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…
x
Reference in New Issue
Block a user