-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
58 lines (56 loc) · 1.38 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
project:
type: website
website:
title: RapidSurveys
site-url: https://rapidsurveys.io
navbar:
title: RapidSurveys
logo: images/rapidsurveys_neg.png
logo-alt: RapidSurveys
tools:
- icon: mastodon
aria-label: Mastodon
href: https://fosstodon.org/@katilingban
rel: me
- icon: linkedin
aria-label: LinkedIn
href: https://linkedin.com/company/katilingban
- icon: github
aria-label: GitHub
href: https://github.com/rapidsurveys
left:
- href: index.qmd
text: Home
- text: Packages
href: packages/index.qmd
- text: About
menu:
- href: about/team.qmd
- href: about/contact.qmd
open-graph:
site-name: RapidSurveys
page-footer:
center: "Copyright 2024, Katilingban"
background: light
border: false
reader-mode: true
repo-url: https://github.com/rapidsurveys/rapidsurveys.github.io
repo-actions: [edit, issue]
issue-url: https://github.com/rapidsurveys/rapidsurveys.github.io/issues
cookie-consent:
type: express
style: simple
palette: light
google-analytics:
tracking-id: "G-0T1H0GBVXG"
anonymize-ip: true
format:
html:
theme: [sandstone, custom.scss]
css: styles.css
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 250px
gutter-width: 1.5rem
toc: false