An LCARS theme for Quarto HTML formats.
To install the format with a template.qmd
file that you can use as a starting place use:
quarto use template mccarthy-m-g/quarto-lcars-theme
To install the format without the template into an existing project or directory use:
quarto add template mccarthy-m-g/quarto-lcars-theme
To use the format, you can use the format name lcars-html
. For example:
quarto render template.qmd --to lcars-html
or in your document yaml:
format:
lcars-html: default