-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
31 lines (28 loc) · 1007 Bytes
/
_quarto.yml
File metadata and controls
31 lines (28 loc) · 1007 Bytes
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
project:
type: website
output-dir: docs
website:
title: "GEMs"
navbar:
left:
- text: Home
href: index.qmd
- text: Modules
href: modules.qmd
- text: Resources
href: resources.qmd
- text: Share Your Input
href: input.qmd
google-analytics: "G-XMR6CQ1L12"
site-url: https://genomicseducation.org
repo-url: https://github.com/fhdsl/GEMs
page-footer:
center: |
<p style="text-align:center;"> <small> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. </small></p>
<p style="text-align:center;"> <small> GEMs is funded by the National Human Genome Research Institute <a href="https://reporter.nih.gov/search/SjWuEKrSVEGVaHvRb9L-vg/project-details/10854368">1R25HG013489.</a> </p></small>
format:
html:
theme: minty
css: styles.css
toc: true
link-external-newwindow: true