docToolchain / docToolchain/docToolchain
tags for pages
Open
- Dominant language
- Groovy
- Stars
- 864
- Forks
- 240
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description
### Problem
I want to use tags (aka labels) to quickly find pages related to the same subject.
### Solution
JBake already has a feature to define tags for a page: `:jbake-tags: tag1, tag2, tag3`, see https://jbake.org/docs/2.6.7/#tags
The tags for a page should be clickable links on the rendered html page.
Set the JBake "render.tagsindex" to true, so that a tag overview is generated,
By default the url is `/tags`
Contributor guide
Assessment
This issue has not been assessed yet.