Cards
·
1 min read
A Hugo extension to create cards. Cards can be shown as links or as plain text.
Usage
is rendered by:
{{< cards >}}
{{< card url="../callout" title="Callout" icon="academic-cap" >}}
{{< card url="" title="A card without an icon" >}}
{{< /cards >}}
Options
| Parameter | Description |
|---|---|
icon | Name of the icon. Defaults to Hero Icon Pack |
title | Title heading for the card. |
subtitle | Subtitle heading (supports Markdown). |
url | URL |

Authors
YiFan Cai
(he/him)
Graduate student
I am a graduate student in Systems Engineering at the University of Pennsylvania, with a B.S. in Computer Science from ShanghaiTech University.
I have research experience in diffusion models, computer vision, robotic manipulation, and molecular drug design. My current interests focus on world models, computer vision, and artificial intelligence.