-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
_quarto.yml
73 lines (71 loc) · 2.41 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
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 >}}]{style="color:#74aadb;"} Quarto](https://quarto.org).
center: |
© []{#current-year} [Mickaël CANOUIL](https://mickael.canouil.fr/).
right: |
[[{{< iconify octicon:heart-16 >}}]{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 >}} About"
href: about.qmd
- text: "{{< iconify octicon:mark-github-16 >}}"
href: "https://github.com/mcanouil/quarto-extensions"
- text: "{{< iconify simple-icons:quarto >}}"
href: "https://quarto.org/"
format:
html:
theme:
- cosmo
- assets/stylesheets/theme.scss
- assets/stylesheets/extensions.scss
- assets/stylesheets/authors.scss
include-after-body:
- file: assets/scripts/ordinal-dates.html
- file: assets/scripts/current-year.html
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
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