This theme is used for the various seedcase-project
websites.
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
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