-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
53 lines (44 loc) · 1.22 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
render:
- "index.qmd"
- "!GitHub-Guide.qmd"
- "!README.md"
website:
page-navigation: true
title: "GitHub Guide"
site-url: "https://nmfs-opensci.github.io/GitHub-Guide"
repo-url: "https://github.com/nmfs-opensci/GitHub-Guide"
repo-actions: [edit, source, issue]
favicon: images/favicon.ico
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© CC-1.0"
sidebar:
background: "#D9E3E4"
logo: "https://raw.githubusercontent.com/nmfs-opensci/assets/main/logo/nmfs-opensci-logo3.png"
favicon: images/favicon.ico
pinned: true
align: center
tools:
- icon: globe
href: https://nmfs-opensci.github.io
text: "NMFS Open Science"
- icon: github
href: https://github.com/nmfs-opensci/GitHub-Guide
text: "GitHub repo for GitHub Guide"
- icon: filetype-pdf
href: https://nmfs-opensci.github.io/GitHub-Guide/index.pdf
text: "PDF of the Guide"
style: "docked"
collapse-level: 1
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- quarto