forked from nmfs-opensci/ResourceBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
58 lines (50 loc) · 1.4 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
project:
type: website
website:
page-navigation: true
title: "RGovys Resources"
site-url: "https://rgovys.github.io/ResourceBook"
repo-url: https://github.com/Rgovys/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: images/Rgovys-logo.png
favicon: images/favicon.png
pinned: true
align: center
tools:
- icon: globe
href: https://rgovys.github.io
text: "RGovys"
- icon: github
href: https://github.com/rgovys
text: "rgovys"
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/training.qmd
- href: content/github_in_gov.qmd
- href: content/R_in_gov.qmd
- href: content/licenses_gov.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