Series linking break when hosting on github-pages

Hey,

I have a problem regarding the series taxonomy while using blowfish theme. It uses a nice-looking series of article, that somehow don’t want to link up when hosted on gh-pages.
On my local server (by using hugo server) it should look like this:
image

I have set my config.toml to add a series taxonomy and add series with series_order properly in the front matter following official docs - link to my repo and it works locally, but when I build, seems like the connection breaks - same post online.

After doing lots of trials and error I am not sure if it’s something on my side, or is it breaking on the theme side. I’d be super happy for any guidance :slight_smile:

Are you using the same version locally and remotely?

Your GitHub Pages workflow has this…

…which isn’t a very good idea.

If I were you I would use the workflow recommended by the GitHub Pages team, as shown in Step 6 of this procedure:
https://gohugo.io/hosting-and-deployment/hosting-on-github/#procedure

I’ve taken it off theme’s official docs, so that’s why I’ve left the latest. I’ve tested the official procedure and it seems to link everything properly so - thanks a lot!

By the way, why does it not work?

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.