-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
59 lines (57 loc) · 1.43 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
project:
type: website
website:
title: "Epinowcast"
site-url: https://epinowcast.org
description: "Epinowcast community site"
image: images/logo.png
twitter-card:
creator: "@seabbs"
site: "@epinowcast"
favicon: images/favicon-32x32.png
open-graph: true
comments:
giscus:
repo: epinowcast/epinowcast.github.io
category: 'Website discussions'
mapping: title
reactions-enabled: true
navbar:
left:
- text: "Software"
menu:
- text: Our R universe
href: "https://epinowcast.r-universe.dev/packages"
- text: "{epinowcast}"
href: "https://package.epinowcast.org"
- text: "{hashprng}"
href: "https://hashprng.epinowcast.org/dev/"
- text: "Community"
menu:
- text: Meetings
href: meetings.qmd
- text: Seminars
href: seminars.qmd
- text: "Forum"
href: "https://community.epinowcast.org"
- text: "Blog"
href: blog.qmd
- text: "Help"
href: help.qmd
- text: "Contribute"
href: contribute.qmd
- text: "Funding"
href: funding.qmd
right:
- icon: github
href: https://github.com/epinowcast/epinowcast.github.io
- icon: rss
href: blog.xml
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
link-external-icon: true
link-external-newwindow: true