-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔍 Fails to build using Utterances Module #776
Comments
Hello @axeII didn't have time to investigate this further. Could you provide the links to the installation guide you followed for utterances? And also the comments docs from Blowfish you are referring to? That will help when I get time to investigate this. |
I followed the steps as indicated above (including uncommenting the required lines in the Hugo.toml file) and This is an issue with having multiple configuration files in the root folder. It is not picking up the taxonomies The easiest way to test this is to run Hugo with a flag to read multiple configuration files: If you were not using the -t flag and had the theme in the config.toml file (theme = "blowfish") you would get an error message There are a couple solutions to fix this beyond adding the flag everytime you run Hugo. The first is to just copy the config.toml Personally I would copy the information from the Hugo.toml file and put it in the Config.toml file so it is all in one place. The instructions on the HugoMods file are not easy to follow. It really should have said to just add the site parameters to your |
Though at the same time, you could try giscus (utterances but powered by github discussions, so it has more features) in the meantime, which works out of the box with Blowfish (add the script to the comments partial) |
@nunocoracao I think this issue can be closed. My solution is posted above along with the root cause. |
Thanks @thedaxshepherd |
Describe the bug
Building my blog using blowfish theme was fine until I suddenly started using Utterances Module (tool adding comments via github). I followed the module instructions for installation however after installation I am unable to build my blog.
I get this strange error complaining about series order sequence:
Once I remove the module, error goes away. It's strange since I did not touch blowfish theme just installed it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Normal build without any error with series.
Desktop (please complete the following information):
Hugo & Blowfish versions
Additional context
Here is the PR that adds comments as module and has the issue (main branch works fine) axeII/axell.dev#1
The text was updated successfully, but these errors were encountered: