Skip to content

mccarthy-m-g/quarto-lcars-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCARS Theme

An LCARS theme for Quarto HTML formats.

Installing

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

Using

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