-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
53 lines (50 loc) · 1.19 KB
/
_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
49
50
51
52
53
project:
type: website
output-dir: docs
website:
title: "rtraining"
site-url: "https://jabenninghoff.github.io/rtraining/"
description:
"My notes and experiences learning R and RStudio, bundled as an R package (work-in-progress), and published to GitHub Pages using Quarto."
repo-url: "https://github.com/jabenninghoff/rtraining"
repo-actions: [source, issue]
page-navigation: true
sidebar:
contents: analysis/*
navbar:
background: light
search: true
left:
- text: Changelog
file: changelog.qmd
- text: TODO
file: TODO.md
tools:
- icon: rss
href: index.xml
aria-label: rss
- icon: github
url: https://github.com/jabenninghoff/rtraining
aria-label: github
page-footer:
left: "Copyright 2024, John Benninghoff"
center:
- text: License
file: LICENSE.md
right:
- icon: github
href: https://github.com/jabenninghoff/rtraining
aria-label: github
execute:
freeze: auto
format:
html:
theme:
light: flatly
dark: darkly
toc: true
fig-width: 8.5
grid:
sidebar-width: 225px
body-width: 850px
margin-width: 225px