-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
58 lines (55 loc) · 1.47 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
render:
- "**.qmd"
- "**.md"
- ".github/CONTRIBUTING.md"
- ".github/index.md"
- "!docs/templates/"
website:
title: "nf-modules"
site-url: https://ccbr.github.io/nf-modules
repo-url: https://github.com/CCBR/nf-modules
repo-actions: [edit, issue]
search:
location: navbar
type: textbox
page-navigation: true
sidebar:
- id: home
title: home
contents:
- text: home
file: docs/index.qmd
- section: project info
contents:
- text: Citation
file: docs/cite.qmd
- text: Contributing
file: .github/CONTRIBUTING.md
- href: docs/contributors.qmd
- text: License
file: LICENSE.md
- text: Changelog
file: CHANGELOG.md
navbar:
left:
- sidebar:home
- text: modules
file: docs/modules.qmd
- text: subworkflows
file: docs/subworkflows.qmd
right:
- icon: github
href: https://github.com/CCBR/nf-modules
page-footer:
background: black
foreground: white
left: |
[![](/_extensions/fnl/fnl-logo-dark.png){height=70px}](https://frederick.cancer.gov/research/science-areas/bioinformatics-and-computational-science/advanced-biomedical-computational-science)
center: |
Created by the
[CCR Collaborative Bioinformatics Resource](https://github.com/CCBR)
execute:
freeze: auto
format: fnl-html