-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
40 lines (36 loc) · 875 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
project:
type: website
output-dir: docs
website:
title: "Tree-Based Methods for Statistical Learning"
navbar:
left:
- icon: github
menu:
- text: "Source code"
href: "https://github.com/bgreenwell/treebook"
icon: "git"
- text: "Report issues/errata"
href: "https://github.com/bgreenwell/treebook/issues"
icon: "bug"
right:
- href: index.qmd
text: Home
- text: "How to order"
href: howtoorder.qmd
- text: R scripts
href: rscripts.qmd
- text: "Data sets"
href: datasets.qmd
- text: "Errata"
href: errata.qmd
- text: "Supplementary"
href: supplementary.qmd
# - text: "Blog"
# href: blog.qmd
format:
html:
theme: default
css: styles.css
toc: true
editor: visual