-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
64 lines (63 loc) · 1.69 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
54
55
56
57
58
59
60
61
62
63
64
project:
type: website
output-dir: docs
website:
title: "fishR"
description: "Posts using R for fisheries analyses"
favicon: /helpers/img/fishRlogo_Tight_Light_trans.png
site-url: https://fishr-core-team.github.io/fishR/
repo-url: https://github.com/fishR-Core-Team/fishR
repo-actions: [edit, issue]
navbar:
title: false
logo: /helpers/img/fishRlogo_Tight_Light_trans.png
background: primary
left:
- text: Posts
href: blog/index.qmd
- text: Books
href: pages/books.qmd
- text: Packages
href: pages/packages.qmd
- text: Data
menu:
- text: "fishR (alphabetical)"
file: pages/data_fishR_alpha.qmd
- text: "fishR (by topic)"
file: pages/data_fishR_byTopic.qmd
- text: "Comprehensive (by package)"
file: pages/data_Comp_byPackage.qmd
- text: "Comprehensive (by topic)"
file: pages/data_Comp_byTopic.qmd
- text: Teaching
href: teaching/index.qmd
right:
- text: Get Involved
href: pages/contribute.qmd
pinned: true
page-footer:
left:
- text: "fishR Core Team"
href: https://github.com/fishR-Core-Team
background: primary
comments:
giscus:
repo: fishR-Core-Team/fishR
loading: lazy
theme: preferred_color_scheme
open-graph: true
format:
html:
theme:
light: [flatly, helpers/light.scss]
dark: [darkly, helpers/dark.scss]
css: helpers/styles.css
toc: true
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
title-block-banner: true
highlight-style: github
date-format: medium
execute:
freeze: auto