Setting up Jekyll - navigation with a modern site-map (and R.I.P)
Preface In previous posts in this series I’ve used categories rather than tags. I have now switched these around because naming matters. If you need to do this, a quick sed execution will do the trick:
sed -i 's/categories:/tags:/g' *.md Having changed the variable of tags we also need to change the include for displaying tags to replace categories with tags.
Autopages The jekyll-paginate-v2 gem has built-in support for generating pages based on the tags and categories in posts.
[Read More]