Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.44 KB

File metadata and controls

24 lines (20 loc) · 1.44 KB
description
A box with image, link, text, and tags

Card

👁️ PREVIEW

{%
  include card.html
  image="images/space.jpg"
  link="https://nasa.gov/"
  title="A Large Card"
  subtitle="A cool card"
  description="A cool description"
  tooltip="A cool tooltip"
  tags="tag A, tag B, tag C"
  repo="greenelab/lab-website-template"
  style="small"
%}
ParameterDescription
imageURL to an image for the card.
linkURL to link to when clicking the image or the title of the card.
titleTitle for the card.
subtitleSubtitle for the card.
descriptionText to show under the card name. Can contain Markdown. Accepts arbitrary content.
tooltipText to show when hovering over the card.
tagsTags to show at the bottom of the card.
repoGitHub repository to automatically fetch additional tags from.
styleVisual style of the card. Set to small to make the card a bit smaller.