-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path_quarto.yml
38 lines (36 loc) · 1.24 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
project:
type: website
resources:
- "CNAME"
execute:
freeze: true
website:
title: "Bioconductor community blog"
site-url: https://blog.bioconductor.org/
description: "A blog for the Bioconductor community!"
open-graph: true
navbar:
right:
- about.qmd
- contributing.qmd
- icon: github
href: https://github.com/bioconductor/biocblog
- icon: mastodon
href: https://genomic.social/@bioconductor
- icon: linkedin
href: https://www.linkedin.com/company/bioconductor/
- icon: youtube
href: https://www.youtube.com/user/bioconductor
- icon: slack
href: https://slack.bioconductor.org/
- icon: rss
href: index.xml
body-footer: |
<p>© 2025 Bioconductor. Content is published under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons CC-BY-4.0 License</a> for the text and <a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a> for any code. | <a href="https://www.r-bloggers.com">R-Bloggers</a></p>
format:
html:
theme: yeti
css: styles.css
include-in-header:
text: |
<script defer data-domain="bioconductor.github.io/biocblog" src="https://plausible.io/js/script.js"></script>