-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
80 lines (72 loc) · 2.42 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
project:
type: website
website:
page-navigation: true
title: "NMFS Open Science Resources"
site-url: "https://nmfs-opensci.github.io/ResourceBook"
repo-url: https://github.com/nmfs-opensci/ResourceBook
repo-actions: [edit, issue]
favicon: images/favicon.ico
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "This work is in the Public Domain [CC-1.0](https://creativecommons.org/publicdomain/zero/1.0/)"
sidebar:
background: "#D9E3E4"
logo: "https://raw.githubusercontent.com/nmfs-opensci/assets/main/logo/nmfs-opensci-logo3.png"
favicon: images/openscapes_hex.png
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
text: "nmfs-opensci"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- href: content/welcome.qmd
text: Welcome
- href: content/code_of_conduct.qmd
- href: content/culture.qmd
- href: content/templates.qmd
- href: content/training.qmd
- href: content/landing_pages.qmd
- href: content/documentation.qmd
- href: content/licenses_gov.qmd
- section: content/best_practices_coding/index.qmd
text: Coding Best Practices
contents:
- content/best_practices_coding/best_practices_r.qmd
- content/best_practices_coding/testing_and_review.qmd
- section: content/github/index.qmd
text: GitHub
contents:
- href: content/github_in_gov.qmd
- href: content/github/authenticating.qmd
- content/github/best_practices.qmd
- content/github/citation.qmd
- content/github/actions.qmd
- content/github/onboarding_tools.qmd
- content/github/secrets.qmd
- section: content/project_management/index.qmd
text: Project Management
contents:
- content/project_management/github_project_boards.qmd
- href: content/508_compliance.qmd
- href: content/resources.qmd
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto