How to add tags/categories to jekyll blog
Hi,
Today I want to share with you how to add tags/categories to your awesome blog
Basically, I was following this guide
Shortly,
-
you need to create permalink in your
_config.yml
permalink: /tags/:title/
-
create a page
tags.html
- add
tags
key with array of values to your front matter to each of your post