-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathabout.qmd
25 lines (22 loc) · 1.38 KB
/
about.qmd
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
---
title: "A Quarto tip a day keeps the docs away"
image: images/profile.png
about:
template: trestles
links:
- icon: twitter
text: Twitter
href: https://twitter.com/minebocek
- icon: github
text: Github
href: https://github.com/mine-cetinkaya-rundel/quarto-tip-a-day
---
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 daily for a month leading up to rstudio::conf(2022).
Despite the title, the goal is not really to keep the docs (documentation) away.
In fact, the [Quarto documentation](https://quarto.org/) is pretty awesome and the best place to learn everything you might want to know about Quarto.
As part of this project, I will tweet a Quarto tip each day in starting June 28, 2022 for thirty days, from the Quarto account ([\@quarto_pub](https://twitter.com/quarto_pub "@quarto_pub on Twitter")), with the hashtag `#quartotip`.
The daily tips / tweets are in no particular order.
This website collects each tip as a daily blog post entry, with each blog post linking to "learn more" resources.
And, you guessed it, it's made with Quarto!
The target audience for this project is folks who are already somewhat familiar with Quarto.
If you're brand new to Quarto, I recommend getting started [here](https://quarto.org/docs/get-started/) instead.