Skip to content

Commit 982c48b

Browse files
committed
update quarto.yml
1 parent 13a4a1d commit 982c48b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

_quarto.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
project:
22
type: website
33
output-dir: docs
4+
pre-render: generate_repo_Files.py
45

56
website:
6-
title: "EMC Viroscience"
7+
title: ""
78
page-navigation: true
9+
favicon: images/emc_favicon.png
10+
11+
page-footer:
12+
center: "[CC-BY 4.0 License](LICENSE.md)"
813

914
navbar:
1015
right:
@@ -20,7 +25,6 @@ website:
2025
href: index.qmd
2126
- text: "Workflows"
2227
href: workflows.qmd
23-
- text: "Tools"
2428
- icon: github
2529
menu:
2630
- text: Source code
@@ -33,18 +37,12 @@ website:
3337
url: https://github.com/LucvZon/EMC-Viroscience.github.io/issues/new?assignees=&labels=enhancement&projects=&template=feature-request.yml&title=feat
3438

3539
sidebar: # Define a list of sidebar configurations
36-
- id: id-blogs
37-
title: "Blog Posts"
38-
style: "docked"
39-
contents:
40-
- auto: posts/*main-page*.qmd
41-
4240
- id: id-imam
4341
title: "Illumina metagenomic analysis manual"
4442
style: "docked"
4543
contents:
4644
- auto: posts/IMAM*.qmd
47-
45+
4846
- id: id-naam
4947
title: "Nanopore amplicon analysis manual"
5048
style: "docked"
@@ -53,11 +51,12 @@ website:
5351

5452
format:
5553
html:
54+
css: styling/custom.css
5655
include-after-body:
5756
- text: |
5857
<script src="styling/custom.js"></script>
5958
toc: true
6059
number-sections: false
6160
theme:
6261
dark: darkly
63-
light: jekyll-theme-minimal
62+
light: flatly

0 commit comments

Comments
 (0)