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: about 1 year ago
JSON representation
A quarto extension to add team profile layout to html format
- Host: GitHub
- URL: https://github.com/royfrancis/quarto-team
- Owner: royfrancis
- License: gpl-3.0
- Created: 2024-02-25T00:52:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T00:53:45.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:15:13.342Z (over 1 year ago)
- Topics: quarto, quarto-extension, quarto-filter, quarto-shortcode
- Language: Lua
- Homepage: https://royfrancis.github.io/quarto-team
- Size: 470 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://royfrancis.github.io/quarto-team).
---
2024 • Roy Francis