Is maybe indexes the old name for taxonomies? Or are they two different things?
Iâm opening http://localhost:1313/tags/boat/ but I get an empty page with a link to index.xml. Which file inside layout/ should I create or modify to alter the result produced by /tags/boat/ ?
Is there a debug mode that would inject in each html file as a comment the name of the template used to create it? It would be helpful.
Ok, I discovered that if I replace [indexes] by [Taxonomies], I create list.html and terms.html inside layouts/_default/, and I click SHIFT+reload, it works.
Is it possible to send no-cache headers when in --watch mode?
Should mentions of âindexesâ be replaced with âTaxonomiesâ in the documentation?
In the second link I shared, I guess taxonomies should be replaced by taxonomy.
Indexes is the original name of taxonomies. âindexesâ shouldnât be in the documentation anywhere. If it is, thatâs a mistake that needs to be fixed.
However, index.html is still a very valid term (across the Internet) and used in a few places.
Yes, but itâs not that simple. People use that in production.
Yes
I believe âtaxonomiesâ is correct there, but Iâm not quite sure which link you meant.
I see. I just have to remember clicking Shift+reload, otherwise I get the cached page sometimes and I wonder why things donât work. In Chromium I can disable the cache for localhost, maybe I should use that.
1 x [indexes], 2 x indexes.html (maybe itâs terms.html?), 6 x /indexes/ (in paths). But I donât know which ones are right and which ones not.
It is helps anyone else, this is what I have right now after doing the indexes -> taxonomies update in my config.toml and file organization. And it works.