-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path_quarto.yml
78 lines (76 loc) · 2.89 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
76
77
78
project:
type: website
output-dir: _site
pre-render:
- assets/scripts/make-yaml.sh
author-meta: "Mickaël CANOUIL"
date-meta: 2023-12-09
lang: en
date-format: "dddd[, the] Do [of] MMMM, YYYY"
website:
site-url: https://m.canouil.dev/quarto-extensions/
repo-url: https://github.com/mcanouil/quarto-extensions
title: Quarto Extensions
description: |
Explore the 'Quarto Extensions' website, a comprehensive repository of extensions designed to enhance your Quarto experience.
From new formats and shortcodes to filters that enrich your content with icons and text highlights,
our collection is tailored to empower your projects with added functionality and flair.
Dive into a world where creativity meets efficiency, and elevate your Quarto creations to new heights.
image: "assets/media/quarto-extensions.png"
favicon: "assets/media/quarto-extensions.svg"
page-navigation: true
back-to-top-navigation: true
open-graph: true
twitter-card: true
repo-actions: [edit, issue]
page-footer:
border: true
left: |
Powered by [[{{< iconify simple-icons:quarto title='Quarto Logo' label='Quarto Logo' >}}]{style="color:#74aadb;"} Quarto](https://quarto.org).
center: |
© []{#current-year} [Mickaël CANOUIL](https://mickael.canouil.fr/).
right: |
[[{{< iconify octicon:heart-16 title='Heart Sponsor' label='Heart Sponsor' >}}]{style="color:#c96198;"} Sponsor](https://github.com/sponsors/mcanouil?o=esb).
navbar:
logo: "assets/media/quarto-extensions.svg"
left:
- text: Extensions
href: index.qmd
- text: Authors
href: authors.qmd
right:
- text: "{{< iconify octicon:question-16 title='Help' label='Help' >}} About"
href: about.qmd
- text: "{{< iconify octicon:mark-github-16 title='GitHub Source Repository' label='GitHub Source Repository' >}}"
href: "https://github.com/mcanouil/quarto-extensions"
target: _blank
- text: "{{< iconify simple-icons:quarto title='Quarto Documentation' label='Quarto Documentation' >}}"
href: "https://quarto.org/"
target: _blank
- text: '[]{.quarto-wizard title="Quarto Wizard" aria-label="Quarto Wizard"}'
href: "https://github.com/mcanouil/quarto-wizard"
target: _blank
format:
html:
theme:
- cosmo
- assets/stylesheets/theme.scss
- assets/stylesheets/extensions.scss
- assets/stylesheets/authors.scss
- assets/stylesheets/wizard.scss
include-after-body:
- file: assets/scripts/ordinal-dates.html
- file: assets/scripts/current-year.html
- file: assets/scripts/categories-alphabetical.html
grid:
body-width: 950px
highlight-style: github
anchor-sections: true
email-obfuscation: javascript
link-external-newwindow: true
code-copy: true
code-link: true
code-tools:
source: false
toggle: false
caption: none