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 320b1d2 commit 73a42fdCopy full SHA for 73a42fd
bb.edn
@@ -1,6 +1,9 @@
1
{:tasks
2
- {docstrings
+ {:requires ([babashka.fs :as fs])
3
+ docstrings
4
{:task (clojure "-M" "build.clj")}
5
+ images
6
+ {:task (fs/copy "logo.svg" "build/logo.svg")}
7
build
- {:depends [docstrings]
8
+ {:depends [docstrings images]
9
:task (shell "asciidoctor -D build -b html5 index.adoc")}}}
docinfo.html
@@ -1,4 +1,11 @@
<style>
+ #header {
+ background-image: url(logo.svg);
+ background-repeat: no-repeat;
+ background-size: 66px;
+ background-position: 0px 46px;
+ padding-left: 80px;
+ }
.concise-index ul {
10
columns: 19em;
11
margin: 0;
logo.svg
0 commit comments