seedcase-project / seedcase-theme

Template repository for website projects with a Seedcase-specific Quarto extension for aesthetics, helper commands, and infrastructural files.
MIT License
1 stars 1 forks source link
quarto quarto-extension website-theme

Seedcase Quarto theme

This theme is used for the various seedcase-project websites.

Installing

Running this command will create a new project based on this theme.

quarto use template seedcase-project/seedcase-theme

This will install the extension and create an example qmd file that you can use as a starting place for your article.

If you just want to add the theme to an existing repo, use:

quarto add seedcase-project/seedcase-theme

Using

You don't need to do much. Simply add the extension and add the below yaml key-value pair to the _quarto.yml file:

format: seedcase-theme-html

To update the seedcase-theme, run:

quarto update seedcase-project/seedcase-theme