Skip to content

Commit

Permalink
snow
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Dec 17, 2023
1 parent c430e72 commit ab1064f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _extensions/emilhvitfeldt/snow/_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
title: snow
author: Emil Hvitfeldt
version: 1.0.0
contributes:
filters:
- snow.lua
2 changes: 2 additions & 0 deletions _extensions/emilhvitfeldt/snow/assets/snowflakes.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions _extensions/emilhvitfeldt/snow/snow-init.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<script>
new Snowflakes();
</script>
8 changes: 8 additions & 0 deletions _extensions/emilhvitfeldt/snow/snow.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
function Meta(m)
quarto.doc.add_html_dependency({
name = "magic-snowflakes",
version = "6.0.1",
scripts = {"assets/snowflakes.min.js"}
})
quarto.doc.include_file("after-body", "snow-init.html")
end
4 changes: 4 additions & 0 deletions infolettre/infolettre_09/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ categories:
- Retrospective

image: featured.png

filters:
- snow
---



*Vous désirez intégrer la liste de diffusion ? Un mail à <[email protected]> suffit*

La [rétrospective de l'année 2022](https://ssphub.netlify.app/post/retrospective2022/) promettait
Expand Down

0 comments on commit ab1064f

Please sign in to comment.