Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhdsl/dasl-quarto
Quarto template for FHCC DaSL HTML report
https://github.com/fhdsl/dasl-quarto
Last synced: about 2 months ago
JSON representation
Quarto template for FHCC DaSL HTML report
- Host: GitHub
- URL: https://github.com/fhdsl/dasl-quarto
- Owner: fhdsl
- Created: 2023-12-01T01:17:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T00:03:02.000Z (5 months ago)
- Last Synced: 2024-08-10T01:23:22.006Z (5 months ago)
- Language: HTML
- Size: 388 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DaSL Quarto Theme
A Quarto HTML report theme for the Fred Hutch Data Science Lab (DaSL).
Contributions for additional template formats (e.g. PDF) are welcome. See examples on the [Quarto Awesome repo](https://github.com/mcanouil/awesome-quarto#multiple-formats).
## Create a new report
You can use this as a template to create an HTML report.
To do this, use the following command:```
quarto use template fhdsl/dasl-quarto
```This will install the extension and create the `template.qmd` file that you can
use as a starting place for your report.## Installation for an existing document
You may also use this format with an existing Quarto project or document.
From the quarto project or document directory, run the following command to
install this format:```
quarto install extension fhdsl/dasl-quarto
```Then add `format: dasl-html` to the quarto YAML header.
## Fred Hutch branding
This report uses CSS styling based on the Fred Hutch branding guidance
available at .![](example.png)