11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.
https://eleventy-base-blog.netlify.app/
MIT License
1.21k stars 619 forks source link

Case sensitivity of tags #71

Closed pde closed 3 years ago

pde commented 4 years ago

Currently, the tags in the base blog are case sensitive. I suspect that that's not what most users would expect or want. Would be great to add a config option to control this. Perhaps defaulting to case insensitivity?

zachleat commented 3 years ago

Hmm, this is an interesting question. By default in JavaScript object keys are case sensitive. I think this should probably be a Discussion item here so more people can weigh in: https://github.com/11ty/eleventy/discussions

zachleat commented 2 years ago

new home base here https://github.com/11ty/eleventy/issues/2462