-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
73 lines (68 loc) · 1.7 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
project:
type: website
resources:
- CNAME
website:
title: "openstatsware"
favicon: "sticker/openstatsware-hex.svg"
site-url: "https://www.openstatsware.org"
description: "Website for the `openstatsware' Working Group"
navbar:
background: "#f8f9fa"
pinned: true
title: false
logo: "sticker/openstatsware-hex.svg"
left:
- href: index.qmd
text: "Home"
- text: "About Us"
menu:
- href: goals.qmd
- href: people.qmd
- href: sponsors.qmd
- href: join_us.qmd
- href: contact_us.qmd
- href: news.qmd
text: "News"
- href: blog.qmd
text: "Blog"
- text: "Workstreams"
menu:
- href: mmrm_R_package.qmd
- href: hta_page.qmd
- href: bayesian_mmrm_R_package.qmd
- href: ssd_package.qmd
- href: presentations.qmd
text: "Presentations"
- href: hexwall.qmd
text: "TaskView Hexwall"
- text: "Guides"
menu:
- href: guide.qmd
right:
- icon: github
href: https://github.com/openstatsware/website
- icon: rss
href: blog.xml
# Giscus comments:
comments:
giscus:
# Reference: https://quarto.org/docs/reference/projects/books.html#giscus
# Also https://giscus.app/ for all options
repo: openstatsware/website
repo-id: "R_kgDOIEo72A"
category: "Ideas"
category-id: "DIC_kwDOIEo72M4CRqLG"
reactions-enabled: true
theme: light
language: en
loading: lazy
mapping: pathname
input-position: "top"
format:
html:
toc: true
highlight-style: github
theme:
- html/openstatsware.scss
editor: visual