tags improvements - non-url characters#48
Conversation
|
Please do add your authorship to the beta.14 blog post if you want. |
…e repo ownership transfer.
✅ Deploy Preview for blazorstatic ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Have you thought about the idea of taxonomies instead of just having tags, such as how Hugo handles this? I think to just get Tags working well you could stick to this implementation and add a Tag class, but it might make sense to consider a higher level abstraction like Taxonomy that defaults to having Tag and Category classes, but could be extended to have user-implemented ones as well. |
|
Merging this for now and will finish it it other pr that goes bit deeper into the structure.. The tags are bit wrong with all the ContentService and options, so I am fixing it. |
closes #46
opt.TagEncodeFuncin program.cs.to discussion:
Tagsare defined as List of strings, but maybe it would be more convenient to keep them asList<Tag> Tagswhere:This would force users to use correct version when working with tag..
That would be quite a breaking change since the Tags are defined in
IFrontMatter.