forked from ProteomicsML/ProteomicsML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
80 lines (76 loc) · 2.05 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:
title: "ProteomicsML"
favicon: "static/img/proteomicsml-icon.svg"
navbar:
logo: "static/img/proteomicsml-logo-inverse.svg"
logo-alt: ProteomicsML logo
title: false
foreground: "#FFFFFF"
background: "#205380"
right:
- text: Contributing
file: CONTRIBUTING.md
- text: Code of Conduct
file: CODE_OF_CONDUCT.md
- icon: github
href: https://github.com/ProteomicsML
aria-label: GitHub
- icon: twitter
href: https://twitter.com/ProteomicsML
aria-label: Twitter
left:
- text: "Home"
file: index.qmd
- text: Publication
file: publication.qmd
- text: Tutorials
file: tutorials/index.qmd
- text: Datasets
file: datasets/index.qmd
sidebar:
style: "floating"
collapse-level: 1
contents:
- text: Home
file: index.qmd
- text: Publication
file: publication.qmd
- section: Tutorials
file: tutorials/index.qmd
contents: "tutorials/**"
- section: Datasets
file: datasets/index.qmd
contents: "datasets/**"
- text: Contributing
file: CONTRIBUTING.md
- text: Code of Conduct
file: CODE_OF_CONDUCT.md
site-url: "https://www.proteomicsml.org"
repo-url: https://github.com/ProteomicsML/ProteomicsML
repo-actions: [source, edit]
page-footer: |
<small>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons CC BY 4.0</a> license.</small>
cookie-consent:
type: express
style: interstitial
google-analytics:
tracking-id: G-VVRMZHT2W2
anonymize-ip: true
open-graph: true
twitter-card: true
format:
html:
css: "static/css/custom-styles.css"
theme: cosmo
toc: true
toc-depth: 4
smooth-scroll: true
link-external-icon: false
link-external-newwindow: true
linkcolor: "#205380"
include-in-header:
- file: "static/html/bioschema.html"
resources: ["CNAME"]
bibliography: references.bib