https://github.com/seedcase-project/seedcase-theme
Quarto extension that contains shortcodes, embedded extensions, and style theming for Seedcase Project Quarto-based website repositories
https://github.com/seedcase-project/seedcase-theme
quarto quarto-extension website-theme
Last synced: 5 months ago
JSON representation
Quarto extension that contains shortcodes, embedded extensions, and style theming for Seedcase Project Quarto-based website repositories
- Host: GitHub
- URL: https://github.com/seedcase-project/seedcase-theme
- Owner: seedcase-project
- License: mit
- Created: 2023-06-25T14:22:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-06T08:59:46.000Z (6 months ago)
- Last Synced: 2026-01-08T13:26:19.363Z (6 months ago)
- Topics: quarto, quarto-extension, website-theme
- Language: Lua
- Homepage:
- Size: 2.04 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# seedcase-theme: Quarto extension for Seedcase Projects
[](https://github.com/seedcase-project/seedcase-theme/blob/main/LICENSE.md)
[](https://github.com/seedcase-project/seedcase-theme/releases/latest)
[](https://results.pre-commit.ci/latest/github/seedcase-project/seedcase-theme/main)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.repostatus.org/#active)
This repository contains Quarto shortcodes, embedded extensions, and
style theming that is used by all Seedcase Project Quarto-based
repositories.
## Installing
To install the extension, use:
``` bash
quarto add seedcase-project/seedcase-theme
```
To update the `seedcase-theme`, run:
``` bash
quarto update seedcase-project/seedcase-theme
```
## Using
After installing the extension, add the below yaml key-value pair to the
`_quarto.yml` file:
``` yaml
format: seedcase-theme-html
```
Or for project-level configurations:
``` yaml
project:
type: seedcase-theme
```
See this repository’s
[`_quarto.yml`](https://github.com/seedcase-project/seedcase-theme/blob/main/_quarto.yml)
and
[`index.qmd`](https://github.com/seedcase-project/seedcase-theme/blob/main/index.qmd)
files for examples of how you would use this extension.
## Contributing
Check out our [contributing document](CONTRIBUTING.md) for information
on how to contribute to the project, including how to set up your
development environment.
Please note that this project is released with a [Contributor Code of
Conduct](https://github.com/seedcase-project/.github/blob/main/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.
## Licensing
This project is licensed under the [MIT
License](https://github.com/seedcase-project/seedcase-theme/blob/main/LICENSE.md).
## Changelog
For a list of changes, see our
[changelog](https://seedcase-theme.seedcase-project.org/docs/releases/)
page.