Resume Awards
Awards and certifications in elegant cards, with optional links to the certificates.
Show the technologies you work with — icons grouped by category, with optional proficiency.
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: tech-stack
id: skills
content:
title: Tech Stack
subtitle: Technologies I use to build things
categories:
- name: Languages
items:
- name: TypeScript
icon: devicon/typescript
level: expert
- name: Python
icon: devicon/python
level: advanced
- name: Go
icon: devicon/go
level: intermediate
- name: Frontend
items:
- name: React
icon: devicon/react
- name: Next.js
icon: devicon/nextjs
- name: Tailwind CSS
icon: devicon/tailwindcss
design:
style: grid
show_levels: trueOverview
A visual grid display of technologies and skills organized by category, with icon support and optional proficiency indicators.
- block: tech-stack
id: skills
content:
title: "Tech Stack"
subtitle: "Technologies I use to build things"
categories:
- name: Languages
items:
- name: TypeScript
icon: devicon/typescript
level: expert
- name: Python
icon: devicon/python
level: advanced
- name: Go
icon: devicon/go
level: intermediate
- name: Frontend
items:
- name: React
icon: devicon/react
- name: Next.js
icon: devicon/nextjs
- name: Tailwind CSS
icon: devicon/tailwindcss
- name: Backend
items:
- name: Node.js
icon: devicon/nodejs
- name: PostgreSQL
icon: devicon/postgresql
- name: Redis
icon: devicon/redis
- name: DevOps
items:
- name: Docker
icon: devicon/docker
- name: AWS
icon: devicon/amazonwebservices
- name: GitHub Actions
icon: brands/github
design:
style: grid
show_levels: true
| Parameter | Type | Default | Description |
|---|---|---|---|
title | string | - | Section title |
subtitle | string | - | Section subtitle |
categories | array | required | Array of category objects |
categories[].name | string | - | Category heading |
categories[].items | array | required | Technologies in category |
categories[].items[].name | string | required | Technology name |
categories[].items[].icon | string | - | Icon identifier |
categories[].items[].level | string | - | Proficiency level |
| Parameter | Type | Default | Description |
|---|---|---|---|
style | string | grid | Display style (grid or list) |
show_levels | boolean | false | Show proficiency indicators |
The block supports multiple icon sources:
devicon/react, devicon/typescript, devicon/nodejsbrands/github, brands/linkedincode-bracket, server, cloud| Level | Color | Bar Width |
|---|---|---|
expert | Emerald | 100% |
advanced | Primary | 75% |
intermediate | Amber | 50% |
beginner | Gray | 25% |
The block uses glass morphism styling with:
Flexibility
Switch the block's design with these presets — no custom CSS.
styleDisplay styleReference
Every option the Tech Stack block accepts, generated from its schema.
Properties set under the block's content key.
| Property | Type | Default | Description |
|---|---|---|---|
title | string | — | Section title (supports Markdown) |
subtitle | string | — | Section subtitle (supports Markdown) |
categoriesrequired | object[] | — | Categories of technologies |
categories[].name | string | — | Category name |
categories[].itemsrequired | object[] | — | Technologies in this category |
categories[].items[].namerequired | string | — | Technology name |
categories[].items[].icon | string | — | Icon identifier (supports devicon/, brands/, or hero icons) |
categories[].items[].level | expert | advanced | intermediate | beginner | — | Proficiency level (optional) |
Properties set under the block's design key — shared background, spacing, and color settings apply on top.
| Property | Type | Default | Description |
|---|---|---|---|
style | grid | list | grid | Display style |
show_levels | boolean | false | Show proficiency level indicators |
animations | boolean | true | Enable hover and stagger animations |
Compose
Blocks that pair naturally with Tech Stack on the same page.
Frequently asked
Ready to build with the Tech Stack block?
More blocks like this
Awards and certifications in elegant cards, with optional links to the certificates.
A profile introduction — avatar, bio, and social links — for a personal site or online CV.
A horizontal biography layout with banner and avatar, plus integrated education and interests.
A chronological timeline of work experience and education for a resume or CV.