Skip to content

Commit 1292db2

Browse files
rename repo to publish as home
1 parent 35f9f3b commit 1292db2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(:refer-clojure :exclude [test])
33
(:require [clojure.tools.build.api :as b]))
44

5-
(def lib 'io.github.clojurecivitas/clojurecivitas)
5+
(def lib 'io.github.clojurecivitas/clojurecivitas.github.io)
66
(def version "0.1.0-SNAPSHOT")
77
(def main 'civitas.main)
88
(def class-dir "target/classes")

clay.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:subdirs-to-sync ["content"]
44
:sync-as-subdirs false
55
:flatten-targets false
6-
:remote-repo {:git-url "https://github.com/clojurecivitas/clojurecivitas"
6+
:remote-repo {:git-url "https://github.com/ClojureCivitas/clojurecivitas.github.io"
77
:branch "main"}
88
:hide-info-line true
99
:hide-ui-header true

content/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.github.io"
2121

2222
format:
2323
html:

0 commit comments

Comments
 (0)