Skip to content

Commit

Permalink
added make exmaples
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Nov 24, 2023
1 parent fafb459 commit 3ad7dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/slides.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^{:clay {:quarto {:monofont "Fira Code Medium"}}}
(ns slides
(:require [scicloj.kindly.v4.kind :as kind]
[scicloj.clay.v2.api :as clay]
Expand Down
3 changes: 3 additions & 0 deletions src/scicloj/clay/v2/make.clj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
(make {:format [:quarto :html]
:source-path "notebooks/index.clj"})

(make {:format [:quarto :html]
:source-path "notebooks/slides.clj"})

(make {:format [:quarto :revealjs]
:source-path "notebooks/slides.clj"})

Expand Down

0 comments on commit 3ad7dfd

Please sign in to comment.