Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 343 Bytes

admin.md

File metadata and controls

executable file
·
11 lines (9 loc) · 343 Bytes
layout
page

Run this under tag folder in order to generate a page for each of your tags. If you added a new tag you need to come to this page and run the script again.

{% highlight bash %} {% for tag in site.tags %} echo -e '---\nlayout: tag_index\ntag: {{ tag[0] }} \n---' > '{{ tag[0] }}.md' & {% endfor %} {% endhighlight %}