royfrancis / quarto-team

A quarto extension to add team profile layout to html format

Home Page:https://royfrancis.github.io/quarto-team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

team

A quarto shortcode extension to add team profile layout for html format.

Install

  • Requires Quarto >= 1.4.0
  • In the root of the quarto project, run in terminal:
quarto add royfrancis/quarto-team

This will install the extension under the _extensions subdirectory.

Usage

---
title: Team
team:
  - team-1:
    - name: Zaria West
      name_url: https://quarto.org/
      image: image.jpg
      image_url: https://quarto.org/
      description: Description
filters:
  - team
---

{{< team team-1 >}}

For more examples and usage guide, see here.


2024 • Roy Francis

About

A quarto extension to add team profile layout to html format

https://royfrancis.github.io/quarto-team

License:GNU General Public License v3.0


Languages

Language:Lua 72.6%Language:CSS 27.4%