I am trying to add patents to my showcase section.

Notice that this is not code, so </> Patents is wrong with </>.
Also Repository is also wrong as text with github icon in this context.
Suggestion:
There are two more fields in the meta data part for the page:
type as metadata. Type can beThoughts?
Another category I have is Books.
These can have 2 kinds:
Hello!馃構
I think it's a good feature to have!
I'll make it anyway.
And then can talk to improve it
I added categoryIcon front-matter in _index.md file.
showcase/hugo/_index.md
---
title: "Hugo"
date: 2020-01-19T21:04:11+09:00
description: Hugo theme collection
category: theme
categoryIcon: 'code'
enableBio: false
---
Possible categoryIcon value: author book certificate code download github reviewer
default value is code
Also, I added option for links
In your md file e.g: showcase/hugo/hugo-theme-zzo.md
...
links:
- name: download
icon: download
link: https://github.com/gohugoio/hugo/releases/download/v0.64.1/hugo_extended_0.64.1_Windows-64bit.zip
- name:
icon:
link:
...
The possible icon would be same as above.
Awesome :rocket: This works perfectly. Thank you :smile:
Most helpful comment
I added
categoryIconfront-matter in_index.mdfile.showcase/hugo/_index.mdPossible
categoryIconvalue:authorbookcertificatecodedownloadgithubreviewerdefault value is
codeAlso, I added option for links
In your
mdfile e.g:showcase/hugo/hugo-theme-zzo.mdThe possible icon would be same as above.