-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
42 lines (35 loc) · 903 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
project:
type: website
output-dir: docs
website:
title: "Mitch's Website"
site-url: https://mitchellharrison.github.io
repo-url: https://github.com/MitchellHarrison/mitchellharrison.github.io
repo-actions: [edit, issue]
navbar:
left:
- text: "Projects"
file: projects.qmd
- text: "Tutorials"
file: tutorials.qmd
right:
- text: "☕ Buy me a coffee!"
href: "https://buymeacoffee.com/mitchellharrison"
page-footer:
left:
- icon: github
href: "https://github.com/MitchellHarrison/mitchellharrison.github.io"
right: "This page is built with 💙 and [Quarto](https://quarto.org/)."
format:
html:
theme: flatly
code-fold: true
toc: true
language:
code-summary: "Click here for code"
knitr:
opts_chunk:
message: false
warning: false
execute:
freeze: auto