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.
echo $'--- \n layout: tag_index \n tag: installation \n ---' > 'installation.md' &
echo $'--- \n layout: tag_index \n tag: images \n ---' > 'images.md' &
echo $'--- \n layout: tag_index \n tag: jekyll \n ---' > 'jekyll.md' &
echo $'--- \n layout: tag_index \n tag: analytics \n ---' > 'analytics.md' &
echo $'--- \n layout: tag_index \n tag: tags \n ---' > 'tags.md' &
echo $'--- \n layout: tag_index \n tag: comments \n ---' > 'comments.md' &
echo $'--- \n layout: tag_index \n tag: customizations \n ---' > 'customizations.md' &
echo $'--- \n layout: tag_index \n tag: code \n ---' > 'code.md' &