-
Notifications
You must be signed in to change notification settings - Fork 47
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
Unknown taxonomy error #28
Comments
After playing with it a bit it seems that this error comes up when the reloading server is running and I change a tag in the post metadata to something new. The issue is probably with zola. |
That's caused by the It can be reproduced within
The error message comes from The error seems similar to zola's #319 but also happens on non-draft pages. Not sure if this can be fixed within the theme. |
So it looks like the issue is that on reload, the templates are re-rendered without recreating the get_taxonomy function first? If so that is definitely a bug in Zola |
@Keats yes, it happens on |
I am getting it both with server and build. Using anpu theme. |
which version of zola? |
0.14.1 |
Sorry, I realize this is a different theme. I thought this was zola. I will try with this theme to see if it is the theme or config. The error message looks identical Edit: Yup, same error with even theme |
I think you may be filling in taxonomy in config.toml below |
Wouldn't you know it. I copied the |
I've run in to this issue too.
I get this error with this code:
However this works:
I don't have the |
I ran zola init and then followed the directions for the Even theme and I got the following error:
Here is a gist of all the files I created. https://gist.github.com/pianomanfrazier/9f76f42ee77f544bbb6ddfa11a5ad255
I am not sure how to fix the error. I have the taxonomy tags defined in my config.toml and then in /content/first_post.md I define some tags.
Using zola 0.7.0
The text was updated successfully, but these errors were encountered: