echo '---\nlayout: tag_index\ntag: homelab \n---' > 'homelab.md' &
echo '---\nlayout: tag_index\ntag: server \n---' > 'server.md' &
echo '---\nlayout: tag_index\ntag: kubernetes \n---' > 'kubernetes.md' &
echo '---\nlayout: tag_index\ntag: community \n---' > 'community.md' &
echo '---\nlayout: tag_index\ntag: java \n---' > 'java.md' &
echo '---\nlayout: tag_index\ntag: conference \n---' > 'conference.md' &
echo '---\nlayout: tag_index\ntag: development \n---' > 'development.md' &
echo '---\nlayout: tag_index\ntag: microservices \n---' > 'microservices.md' &
echo '---\nlayout: tag_index\ntag: thorntail \n---' > 'thorntail.md' &