Research Areas
Showcase focus areas, services, or research themes as rich cards with optional metrics and CTAs.
A grid of knowledge-base category cards that routes visitors to the right docs fast.
Add it to any Hugo page's sections list — no build step.
Quick start
Drop this into your page's front matter, under the sections list. Edit the values, and HugoBlox renders the block — no build step.
- block: knowledge-categories
content:
title: Browse the knowledge base
subtitle: Jump into the most active categories.
categories:
- category: research
title: Research
description: Lab notes, experiment trackers, and preprint workflows.
icon:
name: hero/beaker
bg_color: bg-primary-100 dark:bg-primary-900/50
text_color: text-primary-600 dark:text-primary-400
- category: tutorials
title: Tutorials
description: Hands-on guides for Hugo Blox.
count: 18
view_all:
text: See all categories
link: /categories/Reference
Every option the Knowledge Categories block accepts, generated from its schema.
Properties set under the block's content key.
| Property | Type | Default | Description |
|---|---|---|---|
title | string | — | Knowledge base heading, under 6 words. E.g. 'Browse the knowledge base'. |
subtitle | string | — | Inviting subtitle, under 8 words. |
categoriesrequired | object[] | — | Categories to render; uses real taxonomy counts when available |
categories[].category | string | — | Taxonomy category name used for lookup (defaults to `title` when omitted) |
categories[].title | string | — | Display label for the category card |
categories[].description | string | — | One-line category summary, under 12 words. |
categories[].icon | object | — | — |
categories[].icon.name | string | — | Icon name (e.g., 'hero/book-open') |
categories[].icon.bg_color | string | bg-primary-100 dark:bg-primary-900/50 | Background utility classes for the icon wrapper |
categories[].icon.text_color | string | text-primary-600 dark:text-primary-400 | Text color classes for the icon |
categories[].count | integer | — | Optional override for item count (otherwise uses taxonomy count) |
categories[].link | string | — | Override the category URL (defaults to taxonomy page) |
view_all | object | — | — |
view_all.textrequired | string | — | — |
view_all.linkrequired | string | — | — |
Compose
Blocks that pair naturally with Knowledge Categories on the same page.
Frequently asked
Ready to build with the Knowledge Categories block?
More blocks like this
Showcase focus areas, services, or research themes as rich cards with optional metrics and CTAs.
Surface the questions people actually ask — popular, trending, or hand-picked — atop your help center.
A hero built around a prominent search box — the front door to docs and knowledge bases.