|
1 | 1 | {:paths ["dev" "notebooks" "resources"]
|
2 |
| - :deps {io.github.nextjournal/clerk {:mvn/version "0.10.562"} |
| 2 | + :deps {io.github.nextjournal/clerk {:git/sha "8be087166ef4308c6bfb4adafb5a0c68cd2200a0"} |
3 | 3 | io.github.nextjournal/clerk-slideshow {:git/sha "ea9b27e5ec2e5ad57e889060521451ed9138325b"}
|
4 | 4 |
|
5 | 5 | ;; input various external data formats
|
|
25 | 25 | clojure2d/clojure2d {:mvn/version "1.4.4"}
|
26 | 26 |
|
27 | 27 | ;; OSC server
|
28 |
| - com.illposed.osc/javaosc-core {:mvn/version "0.8"}} |
29 |
| - |
30 |
| - :aliases |
31 |
| - {:nextjournal/clerk |
32 |
| - {:extra-paths ["datasets"] |
33 |
| - :exec-fn nextjournal.clerk/build-static-app! |
34 |
| - ;; notebooks to be built, accepts globs patterns |
35 |
| - :exec-args {:bundle? false |
36 |
| - :git/url "https://github.com/nextjournal/clerk-demo" |
37 |
| - :paths ["index.md" |
38 |
| - "notebooks/slideshow.md" |
39 |
| - "notebooks/introduction.clj" |
40 |
| - "notebooks/data_science.clj" |
41 |
| - "notebooks/images.clj" |
42 |
| - "notebooks/semantic.clj" |
43 |
| - "notebooks/sicmutils.clj" |
44 |
| - "notebooks/rule_30.clj" |
45 |
| - "notebooks/zipper_with_scars.clj"]}}}} |
| 28 | + com.illposed.osc/javaosc-core {:mvn/version "0.8"} |
| 29 | + |
| 30 | + org.babashka/cli {:mvn/version "0.5.40"}} |
| 31 | + |
| 32 | + :aliases {:nextjournal/clerk {:extra-paths ["datasets"] |
| 33 | + :exec-fn nextjournal.clerk/build! |
| 34 | + ;; notebooks to be built, accepts globs patterns |
| 35 | + :exec-args {:git/url "https://github.com/nextjournal/clerk-demo" |
| 36 | + :paths ["index.md" |
| 37 | + "notebooks/slideshow.md" |
| 38 | + "notebooks/introduction.clj" |
| 39 | + "notebooks/data_science.clj" |
| 40 | + "notebooks/images.clj" |
| 41 | + "notebooks/semantic.clj" |
| 42 | + "notebooks/sicmutils.clj" |
| 43 | + "notebooks/rule_30.clj" |
| 44 | + "notebooks/zipper_with_scars.clj"]} |
| 45 | + :main-opts ["-m" "babashka.cli.exec"]}}} |
0 commit comments