Skip to content

Commit

Permalink
style: tweak index page layout (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Jul 5, 2024
1 parent 3429622 commit 5f3c856
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.quarto/
/_site/
extensions/check-new-content.sh
extensions/yaml
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,9 @@ This is a listing of Quarto extensions using GitHub API to retrieve information

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).

Pattern:

```md
<owner>/<repository>
<owner>/<repository>/<path>
```

Example:

```csv
mcanouil/quarto-iconify
mcanouil/quarto-revealjs-coeos
gadenbuie/countdown/quarto
<owner>/<repository></optional-path>
```

> [!IMPORTANT]
Expand Down
6 changes: 4 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ website:
border: true
center: |
&copy; 2024 Mickaël CANOUIL.
Powered by [Quarto](https://quarto.org).
Powered by [{{< iconify simple-icons:quarto >}} Quarto](https://quarto.org).
navbar:
logo: "assets/media/quarto-extension.png"
left:
- text: Quarto Extensions
href: extensions.qmd
right:
- text: "{{< iconify fa6-brands github >}}"
- 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:
Expand Down
47 changes: 16 additions & 31 deletions index.qmd
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>` ``.
:::
::::

:::

0 comments on commit 5f3c856

Please sign in to comment.