Skip to content

Commit 72f23b9

Browse files
committed
get rid of bread-crumbs: false
1 parent a06ff28 commit 72f23b9

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

_quarto.yml

+13-14
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ book:
77
author: Howard Baek
88
date: "4/3/2024"
99
favicon: img/favicon.ico
10-
bread-crumbs: false
1110

1211
page-navigation: true
1312
search: true
1413
repo-url: https://github.com/fhdsl/OTTR_Quarto
15-
repo-actions: [edit]
14+
repo-actions: [edit]
1615
issue-url: https://docs.google.com/forms/d/e/1FAIpQLSfBvVELBg8lcynKj0TrzMlov1zil-Sbkh9VhMKRcSpeo1xo6g/viewform
17-
16+
1817
chapters:
1918
- index.qmd
2019
- intro.qmd
@@ -29,27 +28,27 @@ book:
2928
- third-section-new-chapter.qmd
3029
- conclusion.qmd
3130
- references.qmd
32-
33-
sidebar:
31+
32+
sidebar:
3433
logo: "img/logo.png"
3534
logo-href: "https://hutchdatascience.org/"
3635
foreground: "#1B365D"
37-
36+
3837
page-footer:
3938
left: |
40-
This book was built with <a href="https://quarto.org/" style="color: #fff;">Quarto</a> using
39+
This book was built with <a href="https://quarto.org/" style="color: #fff;">Quarto</a> using
4140
<a href="https://github.com/fhdsl/OTTR_Quarto" style="color: #fff;">OTTR</a>.
4241
center: |
4342
All illustrations <a href="https://creativecommons.org/licenses/by/4.0/" style="color: #fff;">CC-BY. </a>
4443
<br>
4544
All other materials <a href= "https://creativecommons.org/licenses/by/4.0/" style="color: #fff;"> CC-BY </a> unless noted otherwise.
46-
right:
45+
right:
4746
- icon: github
4847
href: https://github.com/
4948
- icon: slack
5049
href: https://fhdata.slack.com/join/signup#/domain-signup
5150

52-
51+
5352

5453
bibliography: references.bib
5554

@@ -60,17 +59,17 @@ format:
6059
css: style.css
6160
linkcolor: "#00C1D5"
6261
mainfont: "Karla"
63-
62+
6463
sidebar: true
6564
toc: true
66-
65+
6766
code-link: true
6867
code-copy: true
69-
68+
7069
link-external-newwindow: true
71-
70+
7271
image: img/favicon.ico
7372
license: "CC BY"
7473
knitr:
7574
opts_chunk:
76-
fig.path: "resources/images/figure/"
75+
fig.path: "resources/images/figure/"

0 commit comments

Comments
 (0)