forked from chiraltraining/SAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
72 lines (65 loc) · 1.82 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
project:
type: website
output-dir: docs
render:
- "*.qmd"
#- "*.Rmd"
#- "!exercises/exercises.Rmd"
- "!slides/"
- "!cheatsheets/"
website:
page-navigation: true
title: "Statistical Analysis with R for Research"
description: "Homepage for Statistical Analysis with R for Research - A Step by Step Guide for Beginners"
site-url: "https://chiraltraining.github.io/SARJnU/"
favicon: "images/r-logo.png"
repo-url: https://github.com/chiraltraining/SARJnU
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@hossainlab"
image: "/images/banner.jpg"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
right: "© Copyright 2024, Md. Jubayer Hossain"
background: "#737373"
sidebar:
background: "#737373"
logo: "images/r-logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/chiraltraining/
text: GitHub
- icon: facebook
href: https://www.facebook.com/chiralbd.org
text: Facebook
- icon: twitter
href: https://twitter.com/chiralbd
text: Twitter
- icon: linkedin
href: https://www.linkedin.com/company/chiral-bangladesh/mycompany/?viewAsMember=true
text: LinkedIn
style: docked
contents:
- href: index.qmd
text: Home
- href: setup.qmd
text: Setup
- href: material.qmd
- href: sessions.qmd
- href: q-and-a.qmd
text: Q & A
- href: license.qmd
text: License
format:
html:
theme: [cosmo, theme.scss]
toc: true
code-copy: true
code-overflow: scroll
mainfont: "Atkinson Hyperlegible"
highlight-style: a11y
code-link: true
editor: source