Doctave / doctave

A batteries-included developer documentation site generator
https://cli.doctave.com
MIT License
549 stars 33 forks source link

Tags (metadata taxonomy) #55

Open noraj opened 1 year ago

noraj commented 1 year ago

Having a default tag taxonomy with tags displayed on each page and pointing to the corresponding tag index.

Extensive explanation of the tag support idea: https://github.com/intuit/Ignite/issues/126 (tags display on pages, tags index, tags list, etc.)

Examples

Examples in other staticgen:

Screenshot on retype:

Tags button embedded on a page: image

A tag index (https://retype.com/tags/config/): image

The index of all tags (https://retype.com/tags/): image

Examples on my Hexo blog:

Tags on an article: image

A tag index (https://blog.raw.pm/tags/eop/): image

The list of all tags (https://blog.raw.pm/tags/): image

A tag cloud widget: image