-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
40 lines (38 loc) · 1.26 KB
/
_quarto.yml
File metadata and controls
40 lines (38 loc) · 1.26 KB
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
project:
type: website
output-dir: docs
website:
title: "Biomedical Open Case Studies: Making version controlled reproducible analyses"
navbar:
search: true
right:
- icon: github
href: https://github.com/opencasestudies/ocs-bio-version-control
sidebar:
logo-href: "https://www.opencasestudies.org/"
logo: "assets/Bio-OCS_Logo.png"
foreground: "#1B365D"
google-analytics:
tracking-id: "G-DPKD3JXYG6"
page-footer:
left: |
This book was built with <a href="https://quarto.org/" style="color: #0000FF;">Quarto</a> using
<a href="https://github.com/opencasestudies/ocs-template-quarto" style="color: #0000FF;">OTTR</a>.
center: |
All illustrations <a href="hhttps://creativecommons.org/licenses/by-nc/4.0/us/" style="color: #0000FF;">CC BY-NC 4.0. </a>
<br>
All other materials <a href= "https://creativecommons.org/licenses/by-nc/4.0/us/" style="color: #0000FF;"> CC BY-NC 4.0 </a> unless noted otherwise.
right:
- icon: github
href: https://github.com/opencasestudies/ocs-bio-version-control
brand: _brand.yml
format:
html:
grid:
sidebar-width: 260px
theme: cosmo
css: styles.css
sidebar: true
toc: true
toc-location: left
license: "CC BY-NC 4.0"