File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 (:refer-clojure :exclude [test])
33 (:require [clojure.tools.build.api :as b]))
44
5- (def lib 'io.github.timothypratley /clojurecivitas )
5+ (def lib 'io.github.clojurecivitas /clojurecivitas )
66(def version " 0.1.0-SNAPSHOT" )
77(def main 'civitas.main )
88(def class-dir " target/classes" )
Original file line number Diff line number Diff line change 33 :subdirs-to-sync [" content" ]
44 :sync-as-subdirs false
55 :flatten-targets false
6- :remote-repo {:git-url " https://github.com/timothypratley /clojurecivitas"
6+ :remote-repo {:git-url " https://github.com/clojurecivitas /clojurecivitas"
77 :branch " main" }
88 :hide-info-line true
99 :hide-ui-header true
Original file line number Diff line number Diff line change 44website :
55 title : " Clojure Civitas"
66 favicon : " favicon.ico"
7- site-url : " https://ClojureCivitas .github.io"
7+ site-url : " https://clojurecivitas .github.io"
88 image : " images/civitas-icon.svg"
99 open-graph : true
1010 navbar :
@@ -17,7 +17,7 @@ website:
1717 - libs.qmd
1818 - filter.qmd
1919 - icon : github
20- href : " https://github.com/ClojureCivitas/ClojureCivitas "
20+ href : " https://github.com/clojurecivitas/clojurecivitas "
2121
2222format :
2323 html :
Original file line number Diff line number Diff line change 66
77An open effort to structure learning resources with meaningful connections.
88
9- Explore the [ Clojure Civitas Website] ( https://ClojureCivitas .github.io )
9+ Explore the [ Clojure Civitas Website] ( https://clojurecivitas .github.io )
1010
1111<div style =" display : grid ; grid-template-columns : repeat (auto-fit , minmax (300px , 1fr )); gap : 1rem ; margin : 2rem 0 ;" >
1212<div style =" border-left : 3px solid green ; padding-left : 1rem ;" >
Original file line number Diff line number Diff line change 22 (:require [clojure.data.json :as json]))
33
44(def ^:dynamic *ldns* " civitas" )
5- (def ^:dynamic *base* " https://ClojureCivitas .github.io/" *ldns* " /" )
5+ (def ^:dynamic *base* " https://clojurecivitas .github.io/" *ldns* " /" )
66
77(defn notebook-jsonld [{:keys [id title topics level] :as resource}]
88 {" @id" (str *base* " resource/" id),
You can’t perform that action at this time.
0 commit comments