-
Notifications
You must be signed in to change notification settings - Fork 19
/
_quarto.yml
50 lines (43 loc) · 1.5 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
project:
type: website
resources:
- "images/twitter-card.png"
website:
favicon: images/profile.png
title: "A Quarto tip a day"
site-url: https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day
description: 'Inspired by the saying "An apple a day keeps the doctor away", this project titled "A Quarto tip a day keeps the docs away" is a playful attempt to share Quarto tips for a month leading up to my rstudio::conf(2022) keynote on Quarto.'
repo-url: https://github.com/mine-cetinkaya-rundel/quarto-tip-a-day
repo-actions: [edit, issue]
opengraph: true
twitter-card:
creator: "@quarto_pub"
image: "/images/twitter-card.png"
navbar:
right:
- text: About
href: about.qmd
- icon: rss-fill
href: index.xml
aria-label: RSS
- icon: github
href: https://github.com/mine-cetinkaya-rundel/quarto-tip-a-day
aria-label: GitHub repo
- icon: twitter
href: https://twitter.com/quarto_pub
aria-label: Quarto Twitter
page-footer:
right: "This blog is built with ❤️ and [Quarto](https://quarto.org/)."
left: |
Proudly supported by
[![](https://www.rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-flat.svg){fig-alt="RStudio" width=65px}](https://www.rstudio.com)
format:
html:
theme:
light: [litera, styles.scss]
dark: [darkly, styles-dark.scss]
highlight-style: a11y-dark
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
editor: visual