-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
75 lines (71 loc) · 1.82 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
66
67
68
69
70
71
72
73
74
75
project:
type: website
output-dir: docs
bibliography: assets/bib/references.bib
biblio-style: apalike
link-citations: true
links-as-notes: true
website:
title: "Tidy Intelligence"
description: "Let your data spark joy!"
site-url: https://blog.tidy-intelligence.com
open-graph: true
favicon: assets/img/favicon.ico
search: false
page-navigation: false
twitter-card: true
google-analytics:
tracking-id: "G-YQF6MZY01S"
storage: cookies
anonymize-ip: true
version: 4
cookie-consent:
type: express
style: interstitial
navbar:
logo-href: https://www.tidy-intelligence.com
pinned: true
left:
- text: "Home"
url: https://www.tidy-intelligence.com/
- text: "Apps"
url: https://apps.tidy-intelligence.com/
- text: "Blog"
file: index.qmd
- text: "Swag"
url: https://www.etsy.com/shop/tidyswag/?etsrc=sdt&utm_source=tidy-intelligence.com
- text: "About"
url: https://www.tidy-intelligence.com/about.html
comments:
giscus:
repo: "tidy-intelligence/blog"
repo-id: "R_kgDOKH1yOg"
category: "Announcements"
category-id: "DIC_kwDOKH1yOs4CcPjh"
mapping: url
reactions-enabled: false
loading: lazy
theme: "light"
language: "en"
input-position: "bottom"
format:
html:
theme: cosmo
css:
- assets/css/styles-global.css
- assets/css/styles-blog.css
toc: true
smooth-scroll: true
fig-align: "center"
fig-width: 7
fig-height: 5
fig-dpi: 300
lightbox: auto
from: markdown+emoji
include-in-header:
- assets/html/header-fontawesome.html
- assets/html/header-font.html
include-after-body:
- assets/html/bottom-footer.html
- assets/html/bottom-giscus.html
- assets/html/bottom-follow.html