forked from Openscapes/quarto-website-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
61 lines (53 loc) · 1.67 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
project:
type: website
website:
page-navigation: true
title: "Data Science Community Builders"
site-url: "https://colorado.posit.co/rsc/ds-community-builder/"
repo-url: "https://github.com/RachaelDempsey/ds-community-builder-site"
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
sidebar:
logo: "images/ds-community-logo.jpg"
pinned: true
align: center
tools:
- icon: slack
href: https://join.slack.com/t/ds-communitybuilders/shared_invite/zt-1w15p3lip-iWMBZb_cWKyC1dCoU3Jj9g
text: "Data Science Community Builder Slack"
- icon: github
href: https://github.com/RachaelDempsey/ds-community-builder-site
text: "Website GitHub"
- icon: link
href: https://evt.to/aihmgeaow
text: "Community Builder Coffee Hour"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome
- href: explore.qmd
text: Getting started
- href: building-engagement.qmd
text: Building engagement
- href: talks.qmd
text: Example event formats
- href: common-challenges.qmd
text: Monthly community builder coffee hour
- href: resources.qmd
text: Community resources & examples
- href: receive-recognition.qmd
text: Showing your value
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto