-
Notifications
You must be signed in to change notification settings - Fork 9
/
_quarto.yml
65 lines (62 loc) · 1.65 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
project:
type: website
website:
sidebar:
style: "floating"
search: false
pinned: false
contents:
- section: "Walk through the code"
contents:
- text: "🏠 Home"
href: index.qmd
- text: "🔵 See the code in R"
href: r.qmd
- icon: github
text: "See the code on GitHub"
href: https://github.com/posit-marketing/taylor-swift-tour
target: _blank
- text: "☁️ Open the project in Posit Cloud"
href: https://posit.cloud/content/7059961
target: _blank
footer: spotify_playlist.html
page-footer:
center: |
<a href="https://posit.co"><img src="images/posit-logo.png" alt="Posit logo" style="width:60px;"></a>
left:
- href: references.qmd
right:
- icon: linkedin
href: https://www.linkedin.com/company/posit-software/
aria-label: Posit LinkedIn
- icon: mastodon
href: https://fosstodon.org/@Posit
aria-label: Posit Mastodon
- icon: tiktok
href: https://www.tiktok.com/@posit_pbc
aria-label: Posit TikTok
- icon: instagram
href: https://www.instagram.com/posit.pbc/
aria-label: Posit Instagram
execute:
freeze: true
format:
html:
theme: cosmo
mainfont: Lato
css: style.css
execute:
echo: true
eval: false
fig-align: center
message: false
warning: false
grid:
sidebar-width: 300px
include-in-header:
- progress-bar.html
lightbox: auto
page-layout: article
toc: true
toc-location: left
toc-title: "Table of Contents"