Replies: 1 comment
|
I created a feature request issue from this #961 I think the icon support implementation is trivial, will add it along with the sidebar revamp for the next version hopefully |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I don't think this needs much explanation. Icons can make sidebar much more readable. Nearly every static site generator I was using for docs, had first-party support sidebar icons.
Configurable in
hugo.yamlfor static sidebar entries, and per-document / directory via top-level property.Ideally, should support Heroicons as well as
data/icons.yaml.Considered Alternatives
I did consider using emojis instead but it isn't viable for number of reasons.
All reactions