-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (37 loc) · 834 Bytes
/
_quarto.yml
File metadata and controls
38 lines (37 loc) · 834 Bytes
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:
- "*.R"
- "*.Rmd"
- "*.jpg"
- "*.pdf"
- "*.png"
- "*.yaml"
website:
title: "SheffieldR"
site-url: https://SheffieldR.github.io/
description: "Shefffield R User Group"
navbar:
logo: images/SheffieldRLogo_hex_big.png
search: true
right:
- about.qmd
- sponsors.qmd
- slides.qmd
- rladies.qmd
- codeofconduct.qmd
- icon: github
href: https://github.com/SheffieldR
- icon: calendar-event
href: https://www.meetup.com/sheffieldr-sheffield-r-users-group/
- icon: slack
href: https://sheffieldr.slack.com
- icon: mastodon
href: https://fosstodon.org/@sheffieldr
rel: me
- icon: rss
href: index.xml
format:
html:
theme: pulse
css: styles.css