-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: tweak index page layout (#54)
- Loading branch information
Showing
4 changed files
with
22 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
/.quarto/ | ||
/_site/ | ||
extensions/check-new-content.sh | ||
extensions/yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,36 @@ | ||
--- | ||
repo-actions: false | ||
about: | ||
id: quarto-extensions-about | ||
template: trestles | ||
image: assets/media/quarto-extension.png | ||
links: | ||
- text: "{{< iconify fa6-brands github >}} GitHub" | ||
- text: "{{< iconify octicon:mark-github-16 >}} GitHub" | ||
href: "https://github.com/mcanouil/quarto-extensions" | ||
aria-label: "GitHub logo linking to mcanouil/quarto-extensions repository" | ||
- text: "{{< iconify simple-icons:quarto >}} Quarto" | ||
href: "https://quarto.org/" | ||
aria-label: "Quarto logo linking to quarto.org website" | ||
--- | ||
|
||
This is a listing of Quarto extensions using GitHub API to retrieve information from the repositories. | ||
|
||
To add your extension to this list, please submit a pull request to this repository by adding your extension repository at the bottom of [`extensions/quarto-extensions.csv`](https://github.com/mcanouil/quarto-extensions/edit/main/extensions/quarto-extensions.csv). | ||
|
||
|
||
::: {layout-ncol="2"} | ||
|
||
:::: {#pattern} | ||
|
||
### Pattern | ||
|
||
```md | ||
<owner>/<repository> | ||
<owner>/<repository>/<path> | ||
``` | ||
|
||
:::: | ||
:::: {#example} | ||
|
||
### Example | ||
|
||
```csv | ||
mcanouil/quarto-iconify | ||
mcanouil/quarto-revealjs-coeos | ||
gadenbuie/countdown/quarto | ||
``` | ||
|
||
:::: | ||
::: {#quarto-extensions-about} | ||
::: {.callout-note title="What is this?"} | ||
This is a listing of {{< iconify simple-icons:quarto >}} Quarto extensions using {{< iconify octicon:mark-github-16 >}} GitHub API to retrieve information from the repositories. | ||
::: | ||
::: | ||
|
||
::: {.callout-important} | ||
## Before submitting | ||
::: {.callout-tip title="How to submit your extension?"} | ||
To add your extension to this list, please submit a pull request to this repository by adding your extension repository at the bottom of [`extensions/quarto-extensions.csv`](https://github.com/mcanouil/quarto-extensions/edit/main/extensions/quarto-extensions.csv) following `<owner>/<repository></optional-path>`. | ||
|
||
:::: {} | ||
::: {.callout-important title="Before submitting"} | ||
Please make sure that: | ||
|
||
- The extension is not already listed. | ||
- Your GitHub repository contains a **Description**. | ||
- Your GitHub repository contains **Topics**. | ||
- Avoid special characters/strings in the **Description**, such as `'<style>'` instead of `` `<style>` ``. | ||
::: | ||
:::: | ||
|
||
::: |