-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
executable file
·38 lines (35 loc) · 1.17 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
project:
type: website
website:
title: JGI Data Science Handbook
navbar:
background: primary
sidebar:
contents: auto
style: docked
# collapse-level: 1
repo-url: https://github.com/JGIBristol/data-science-handbook
repo-actions: [edit, issue]
page-footer:
left: "Living document by the [Jean Golding Institute](https://www.bristol.ac.uk/golding/), [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)."
right:
- icon: globe2
href: "https://www.bristol.ac.uk/golding/"
- icon: folder
href: "https://uob.sharepoint.com/teams/grp-jeangoldinginstituteteam/Shared Documents/"
- icon: github
href: "https://github.com/jgibristol"
- icon: twitter
href: "https://twitter.com/jgibristol"
- icon: youtube
href: "https://www.youtube.com/@jgibristol"
- icon: linkedin
href: "https://www.linkedin.com/showcase/jean-golding-institute-showcase/"
format:
html:
theme: [cosmo, styles.scss]
toc: true
# Recommended by https://quarto.org/docs/publishing/github-pages.html#freezing-computations
# (although we're not expecting to be executing any code)
execute:
freeze: auto