Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mccarthy-m-g/quarto-lcars-theme
https://github.com/mccarthy-m-g/quarto-lcars-theme
lcars quarto-extension star-trek
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mccarthy-m-g/quarto-lcars-theme
- Owner: mccarthy-m-g
- Created: 2023-01-08T08:51:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T22:50:42.000Z (over 1 year ago)
- Last Synced: 2024-10-11T18:23:37.009Z (26 days ago)
- Topics: lcars, quarto-extension, star-trek
- Language: SCSS
- Homepage: https://mccarthy-m-g.github.io/quarto-lcars-theme/
- Size: 504 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
quarto use template mccarthy-m-g/quarto-lcars-theme
```To install the format without the template into an existing project or directory use:
```bash
quarto add template mccarthy-m-g/quarto-lcars-theme
```## Using
To use the format, you can use the format name `lcars-html`. For example:
```bash
quarto render template.qmd --to lcars-html
```or in your document yaml:
```yaml
format:
lcars-html: default
```