-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
43 lines (39 loc) · 1.03 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
project:
type: website
output-dir: docs
website:
site-url: 'https://kolkataruser.github.io/'
favicon: 'images/logo2.jpg'
title: "Kolkata R UseR"
open-graph:
image: "images/logo2.jpg"
navbar:
left:
- href: index.qmd
text: Home
icon: house
- about.qmd
- href: blog.qmd
icon: substack
- href: member.qmd
icon: people
- href: meetup.qmd
icon: people-fill
right:
- icon: github
href: 'https://github.com/kolkataruser/kolkataruser.github.io'
- icon: whatsapp
href: 'https://chat.whatsapp.com/KEAPeYSLPJDEKTljINA5m7'
page-footer:
background: "#ECF2FF"
left: Built with Quarto 💙 <br> Copyright © 2024 **Kolkata R UseR group** <br>
right: Proudly supported by <br> [![](images/R-con.png){fig-alt="R Consortium" fig-align="center" height="40"}](https://www.r-consortium.org/)
format:
html:
backgroundcolor: "#FFFEF1"
theme:
- yeti
- style.scss
# css: styles.css
# toc: true
editor: visual