Skip to content

Commit

Permalink
refacror: use about as format resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed May 31, 2024
1 parent 2769e93 commit 27e69a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
tinytex: true
tinytex: false

- name: Render Quarto Project
shell: bash
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This is a repository for `Quarto` `revealjs` template.

![Screenshot of a dark grey title slide with a logo in the top right corner, a block left aligned in the center of the slide with a title in white, a subtitle in light grey, an horizontal rule in white, the author in white, institute in italics and light grey, and the full literal date. The footer of the slide includes from left to right, a menu icon, author and license, and the slide number.](template.png)
[![Screenshot of a dark grey title slide with a logo in the top right corner, a block left aligned in the center of the slide with a title in white, a subtitle in light grey, an horizontal rule in white, the author in white, institute in italics and light grey, and the full literal date. The footer of the slide includes from left to right, a menu icon, author and license, and the slide number.](template.png)](https://m.canouil.dev/quarto-revealjs-coeos/)

## Installation

Expand All @@ -20,7 +20,3 @@ This [Quarto](quarto.org) extension can be installed/used using the following co
```bash
quarto use template mcanouil/quarto-revealjs-coeos
```

## Documentation

[`Quarto` documentation on `revealjs` format.](https://quarto.org/docs/presentations/revealjs/)
File renamed without changes.
2 changes: 2 additions & 0 deletions _extensions/coeos/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ contributes:
include-in-header:
- text: |
<link rel="shortcut icon" href="https://raw.githubusercontent.com/mcanouil/hex-stickers/main/SVG/coeos.svg" />
format-resources:
- _about.qmd
2 changes: 1 addition & 1 deletion template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ ggplot(mtcars, aes(wt, mpg)) + geom_point()

With only text

{{< include _extensions/mcanouil/coeos/about.qmd >}}
{{< include _about.qmd >}}

0 comments on commit 27e69a3

Please sign in to comment.