-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
40 lines (38 loc) · 987 Bytes
/
_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
project:
type: website
render:
- "*.qmd"
website:
title: "Warwick R-User Group"
image: "media/logo_small_white.png"
site-url: https://warwickrug.github.io
description: "Warwick R-User Group's official website"
# favicon: "favicon.png"
reader-mode: true
search: true
repo-url: https://github.com/WarwickRUG/WarwickRUG.github.io
repo-actions: [edit, issue]
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
- blog.qmd
tools:
- icon: mastodon
href: https://fosstodon.org/@WarwickRUG
- icon: github
menu:
- text: Source Code
url: https://github.com/WarwickRUG/WarwickRUG.github.io
- text: Report a Bug
url: https://github.com/WarwickRUG/WarwickRUG.github.io/issues
- icon: calendar
href: https://meetup.com/warwickrug/
- icon: rss
href: index.xml
format:
html:
theme: cosmo
css: css/wrug.scss
toc: true