File tree Expand file tree Collapse file tree 3 files changed +88
-2
lines changed Expand file tree Collapse file tree 3 files changed +88
-2
lines changed Original file line number Diff line number Diff line change 11{:tasks
2- {docstrings
2+ {:requires ([babashka.fs :as fs])
3+ clean
4+ {:task (fs/delete-tree " build" )}
5+ mkdirs
6+ {:task (fs/create-dirs " build" )}
7+ docstrings
38 {:task (clojure " -M" " build.clj" )}
9+ images
10+ {:depends [mkdirs]
11+ :task (fs/copy " logo.svg" " build/logo.svg" {:replace-existing true })}
412 build
5- {:depends [docstrings]
13+ {:depends [docstrings images ]
614 :task (shell " asciidoctor -D build -b html5 index.adoc" )}}}
Original file line number Diff line number Diff line change 11< style >
2+ # header {
3+ background-image : url (logo.svg);
4+ background-repeat : no-repeat;
5+ background-size : 66px ;
6+ background-position : 0px 46px ;
7+ padding-left : 80px ;
8+ }
29 .concise-index ul {
310 columns : 19em ;
411 margin : 0 ;
You can’t perform that action at this time.
0 commit comments