Skip to content

Commit 5086735

Browse files
reorg directories around notebooks
1 parent a403763 commit 5086735

37 files changed

Lines changed: 243 additions & 186 deletions

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
/classes
2828
/target
2929
/temp
30-
/site
3130
/_site
32-
31+
/site/*
3332
/.quarto/

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Clojure Civitas
2+
3+
<img src="notebooks/images/civitas-icon.svg" alt="Civitas Icon" align="right">
4+
5+
An open effort to structure learning resources with meaningful connections.
6+
7+
Visit the deployed [Clojure Civitas Website](https://clojurecivitas.github.io).
8+
9+
## Contributing, Rationale and Design
10+
11+
See [About Clojure Civitas](https://clojurecivitas.github.io/about).
12+
13+
## License
14+
15+
Copyright © 2025 Timothy Pratley
16+
17+
Distributed under the Eclipse Public License version 1.0.

content/about.qmd

Lines changed: 0 additions & 171 deletions
This file was deleted.

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:paths ["src" "content"]
1+
{:paths ["src" "notebooks"]
22

33
:deps
44
{org.clojure/clojure {:mvn/version "1.12.0"}

images

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
^{:kindly/hide-code true
22
:clay {:title "Civitas Explorer"
3+
:type :page
34
:quarto {:author :timothypratley
45
:format {:html {:page-layout :full}}}}}
5-
(ns idea.civitas.explorer
6+
(ns civitas.explorer
67
(:require [scicloj.kindly.v4.kind :as kind]
78
[civitas.db :as db]
89
[civitas.geometry :as geom]

0 commit comments

Comments
 (0)