-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (41 loc) · 1.02 KB
/
_quarto.yml
File metadata and controls
43 lines (41 loc) · 1.02 KB
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
project:
type: website
render:
- "*.qmd"
website:
draft-mode: unlinked
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
- meetings.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:
light: cosmo
dark: solar
css: css/wrug.css
toc: true