Skip to content

Commit

Permalink
book setup
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jul 20, 2024
1 parent 01cdafd commit d6f32d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions clay.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{:title "Clay documentation"
:favicon "notebooks/favicon.ico"
{:favicon "notebooks/favicon.ico"
:remote-repo {:git-url "https://github.com/scicloj/clay"
:branch "main"}
:quarto {:format {:html {:theme [:cosmo "notebooks/custom.scss"]}}
Expand Down
4 changes: 3 additions & 1 deletion notebooks/dev.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

(clay/make! {:format [:quarto :html]
:base-source-path "notebooks"
:source-path "index.clj"
:source-path ["index.clj"
"clay_book/examples.clj"]
:base-target-path "docs"
:book {:title "Clay Documentation"}
:clean-up-target-dir true})

0 comments on commit d6f32d5

Please sign in to comment.