-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (34 loc) · 809 Bytes
/
_quarto.yml
File metadata and controls
41 lines (34 loc) · 809 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
39
40
41
project:
type: website
output-dir: docs
website:
title: "Pune R UseR Group"
navbar:
tools:
- image: "meetup.png"
href: https://www.meetup.com/pune-r-userr-group/
- icon: github
href: https://github.com/RConsortium/Pune-R-UseR-Group
- icon: linkedin
href: https://www.linkedin.com/company/pune-r-user-group/
left:
- href: index.qmd
text: Home
- text: About
menu:
- href: about/mission.qmd
text: Mission
- href: about/org-team.qmd
text: Organising Team
- href: events/index.qmd
text: Events
- href: blogs/index.qmd
text: Blogs
format:
html:
theme: yeti
css: styles.css
toc: true
resources:
- include-in-header.html
editor: visual