[taxonomies]
tag = "tags"
series = "series"
author = "authors"
language = "languages"
I want to make a kind of dashboard who can see all pieces of articles.
this is the page of dashboard what I want
<h1>Dash board</h1>
authors
kevin(2), susan(5)
series
for beginner(24), for expert(7)
languages
English(14), Korean(9), French(3)
tags
mom(5), dad(6), friend(4)
I like to add a view to show all keys in taxonomies and each terms of it. But I don’t know what URL is gonna make?
taxonomies needs terms like tags, series, etc (domain/tags, domain/series)
But I’d like to show all taxonomies and terms.
Should I use content view? i have no idea about this.
Thanks for comment. Well I already knew Go templates for display what I want.
The thing is How to make a link for the page in index.html?
If I wanted to display one taxonomy witch in tag, langugage, series then just make link like domain/tags, domain/language and display terms in one taxonomy just domain/tag/mom to display articles are given tag “mom”
But in my case I want to show all taxonomies and terms listed on just one page then I don’t know how to make a link for this.
@rdwatters Yeah you are right. But I guess you still misunderstand.
You see, when we browse the index.html(homepage in hugo). I’d like to display only few links and the list of all contents.
If I just used that code. Then all taxonomies and terms on Index.html. But I want to make the specific one page witch I called “dashboard” for display all taxonomies and terms not in homepage. Now how to make the link to dashboard on Index.html?