File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,30 @@ <h1 class="title">
5858 Modules expand out into extra configuration that you can inspect and
5959 optionally override.
6060 </ p >
61+ < div class ="columns split-view ">
62+ < div class ="column left ">
63+ < pre class ="highlight "> < code class ="language-clojure ">
64+ {:duct.module/logging {}}
65+
66+ </ code > </ pre >
67+ </ div >
68+ < div class ="column right ">
69+ < pre class ="highlight "> < code class ="language-clojure "> {:duct.logger/simple
70+ {:appenders
71+ [{:type :stdout, :brief? true, :levels #{:report}}
72+ {:type :file, :path "logs/repl.log"}]}}</ code > </ pre >
73+ </ div >
74+ </ div >
75+ </ div >
76+ </ section >
77+ < section class ="section ">
78+ < div class ="container is-max-tablet ">
79+ < p class ="is-size-4 ">
80+ Lorem ipsum
81+ </ p >
82+ < p >
83+ Lorem ipsum dolar.
84+ </ p >
6185 < pre class ="highlight "> < code class ="language-clojure "> (ns demo.routes
6286 (:require [next.jdbc :as jdbc]))
6387
Original file line number Diff line number Diff line change @@ -58,3 +58,19 @@ pre.highlight code {
5858 background : # 292929 ;
5959 padding : 15px ;
6060}
61+
62+ .split-view {
63+ margin : 0 ;
64+ }
65+
66+ .split-view .column {
67+ padding : 1px ;
68+ }
69+
70+ .split-view .left pre .highlight code {
71+ border-radius : 10px 0 0 10px ;
72+ }
73+
74+ .split-view .right pre .highlight code {
75+ border-radius : 0 10px 10px 0 ;
76+ }
You can’t perform that action at this time.
0 commit comments