Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ format:
## controls the aesthetics of the whole thing
theme:
- cosmo
## if needed/desired: one can move that scss file and put it to toplevel
- ummz_theme.scss
- _extensions/bioinfo-html/ummz_theme.scss
editor_options:
chunk_output_type: console
## if needed/desired: one can move & rename that bib file and put it to toplevel
bibliography: references.bib
bibliography: _extensions/bioinfo-html/references.bib
---

```{r setup, include = FALSE}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ format:
revealjs:
theme:
- default
- ummz_reveal_theme.scss
- _extensions/bioinfo-revealjs/ummz_reveal_theme.scss
embed-resources: true
mainfont: "Atkinson Hyperlegible"
# mainfont: "IBM Plex Sans"
Expand Down