Skip to content

Commit 9db71f3

Browse files
rebranding to ClojureCivitas org
1 parent 6228b48 commit 9db71f3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/render-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: cljdeps-
4040

4141
- name: Build the content notebooks
42-
run: clojure -M:m
42+
run: clojure -J-Dclojure.main.report=stderr -M:clay -a [:markdown]
4343

4444
- name: Set up Quarto
4545
uses: quarto-dev/quarto-actions/setup@v2

content/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project:
44
website:
55
title: "Clojure Civitas"
66
favicon: "favicon.ico"
7-
site-url: "https://timothypratley.github.io/clojurecivitas"
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/timothypratley/clojurecivitas"
20+
href: "https://github.com/ClojureCivitas/ClojureCivitas"
2121

2222
format:
2323
html:

content/about.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
An open effort to structure learning resources with meaningful connections.
88

9-
Explore the [Clojure Civitas Website](https://timothypratley.github.io/clojurecivitas)
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;">

content/images/civitas-icon.png

2.57 KB
Loading

src/civitas/json_ld.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(:require [clojure.data.json :as json]))
33

44
(def ^:dynamic *ldns* "civitas")
5-
(def ^:dynamic *base* "https://timothypratley.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),

0 commit comments

Comments
 (0)