When I try to serve on a new site with just the theme, I get /content/posts/markdown.md has taxonomy `tags` which is not defined in config.toml
I see the taxonomy is defined in config.toml in the theme root, and I tried defining it in config.toml in the site root.
I also got this error earier:
Error: Failed to serve the site
Error: Error when parsing front matter of section `/home/julie/Personal Site/mysite/content/posts/_index.md`
Error: Reason: TOML parse error at line 3, column 1
|
3 | path = "posts"
| ^^^^
unknown field `path`, expected one of `title`, `description`, `sort_by`, `weight`, `draft`, `template`, `paginate_by`, `pagin
ate_reversed`, `paginate_path`, `insert_anchor_links`, `render`, `redirect_to`, `in_search_index`, `transparent`, `page_templ
ate`, `aliases`, `generate_feeds`, `extra`
But I removed the line, then got the first error.
When I try to serve on a new site with just the theme, I get
/content/posts/markdown.md has taxonomy `tags` which is not defined in config.tomlI see the taxonomy is defined in config.toml in the theme root, and I tried defining it in config.toml in the site root.
I also got this error earier:
But I removed the line, then got the first error.