-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
49 lines (42 loc) · 955 Bytes
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
project:
type: book
#type: website
output-dir: docs/
book:
title: "JRaviLab docs"
subtitle: "For members of the JRaviLab: past, present, and future!"
author:
- name: "Janani Ravi & members of JRaviLab"
email: janani.ravi@cuanschutz.edu
reader-mode: true
date: "last-modified"
repo-url: https://github.com/jravilab/lab_docs
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- onboarding.qmd
- culture.qmd
- howto.qmd
- resources.qmd
- offboarding.qmd
appendices:
- meetings.qmd
- howto_code_review.qmd
- howto_write_sourcecode.qmd
- howto_work_remotely.qmd
- howto_make_poster.qmd
- howto_write_paper.qmd
- career-dev.qmd
bibliography: references.bib
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
# light: flatly
# dark: darkly
code-link: true
pdf:
documentclass: scrreprt
editor: visual