Jekyll Plugins On Github Pages ← Back to projects

Categories: personal

I finally got tags and categories pages working for this website! https://github.com/ConorSheehan1/ConorSheehan1.github.io/releases/tag/v3.0.0

To get the build working I had to use the jekyll-deploy-action.
Github doesn’t support the jekyll-tagging plugin I’m using.

I had some issues along the way. I had the usual problems with browser cache where I wasn’t sure if my css was really broken or just cached. What ended up working for me was adding baseurl: "" to _config.yml.

You can see the tags and categories pages here.