vantagedesign / ace-documentation

A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
https://docs.vantage-design.com/ace/
MIT License
101 stars 74 forks source link

tag support #55

Open OlafRadicke opened 1 year ago

OlafRadicke commented 1 year ago

Hi!

Is it possible to include the support of tags. For larger documentations, you could then also search keywords and link pages. Just like classic hogo blog pages:

---
date: 2018-11-29T08:41:44+01:00
title: Theme tutorial
weight: 15
tags: ["tutorial", "theme" ] 
---

only

``ini +++ title = "Theme tutorial" description = "" weight = 2 tags = ["tutorial", "theme"] +++