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 '---\nlayout: tag_index\ntag: c-sharp \n---' > 'c-sharp.md' &
echo '---\nlayout: tag_index\ntag: general-development \n---' > 'general-development.md' &