Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/royfrancis/quarto-team
- Owner: royfrancis
- License: gpl-3.0
- Created: 2024-02-25T00:52:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T00:53:45.000Z (10 months ago)
- Last Synced: 2024-02-25T01:42:15.845Z (10 months ago)
- Topics: quarto, quarto-extension, quarto-filter, quarto-shortcode
- Language: Lua
- Homepage: https://royfrancis.github.io/quarto-team
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- 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.
![](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