We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecde38e commit 412acecCopy full SHA for 412acec
deps.edn
@@ -23,7 +23,7 @@
23
io.github.jackrusher/mundaneum {:git/sha "d2c934a12388d88ddb3e53fef92ec2eef97d6140"}
24
arrowic/arrowic {:mvn/version "0.1.1"}
25
26
-
+
27
;; OSC server
28
com.illposed.osc/javaosc-core {:mvn/version "0.8" :exclusions [org.slf4j/slf4j-api org.slf4j/slf4j-log4j12]}
29
@@ -35,6 +35,7 @@
35
:aliases {:nextjournal/clerk {:extra-paths ["datasets"]
36
:exec-fn nextjournal.clerk/build!
37
;; notebooks to be built, accepts globs patterns
38
+ :nextjournal.clerk/aliases [:clojure2d]
39
:exec-args {:git/url "https://github.com/nextjournal/clerk-demo"
40
:paths ["index.md"
41
"notebooks/slideshow.md"
0 commit comments