Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A quarto extension to add team profile layout to html format
https://github.com/royfrancis/quarto-team

quarto quarto-extension quarto-filter quarto-shortcode

Last synced: 6 days ago
JSON representation

A quarto extension to add team profile layout to html format

Awesome Lists containing this project

README

        

# team

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

![](preview.jpg)

## 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](https://royfrancis.github.io/quarto-team).

---

2024 • Roy Francis