A simple shell script which generates the directories and a file in the following structure.
tag/${TAG_NAME}/index.html
in your ${REPOSITORY_HOME}. It will add the necessary content in each of those index.html
file.
generate_tags.sh by editing it with the name of your $REPO
ie. domain.name.com. This is one-time effort.BLOG_URL="femgeekz.github.io"
_layouts/tag_index.html. If you don't have one, you may copy
from jekyll-tag-gen/_layouts/tag_index.html. If you would like to keep your own version of
tag layout, please change the name of tag layout here in the scriptTAG_LAYOUT_FILE_NAME="tag_index"
./generate_tags.shtag directory and tag named directories in it.jekyll tag,
```layout: tag_index tag: jekyll
## How does it look?
- Execute `jekyll serve --watch`
- Open the Browser, hit the URL [Blog](http://localhost:4000/tag/jekyll) , to see all `jekyll` tags
## Contributing
This script was written when I was about fall :sleeping: , so if you get to catch any bug or see any issue, please feel free to raise an issue!
Happy Tagging! :smile: