vantagedesign / ace-documentation

A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.

Home Page:https://docs.vantage-design.com/ace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tag support

OlafRadicke opened this issue · comments

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"]
+++