-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
36 lines (32 loc) · 954 Bytes
/
_quarto.yml
File metadata and controls
36 lines (32 loc) · 954 Bytes
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
project:
type: website
render:
- "*.qmd"
- "!utils/"
post-render:
- "cp -r img _site/"
- "cp -r docs _site/pkgdown"
- "cp -r utils/screenshots _site/screenshots"
website:
title: "Supported By Posit Badge"
favicon: img/posit-logo.png
navbar:
left:
- text: "Quarto demo"
href: index.qmd
- text: "pkgdown demo"
href: pkgdown/index.html
right:
- icon: github
href: https://github.com/posit-dev/supported-by-posit
format:
html:
include-in-header:
- text: |
<script src="js/badge.js"></script>
<script async src="https://plausible.io/js/pa-NFGMTzYn--y53tYgIKdqU.js"></script><script>window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}}; plausible.init()</script>
theme:
light: yeti
dark: superhero
toc: true
page-layout: full