Skip to content

Commit fe4811e

Browse files
update author attribution and posts
1 parent 14d5c2d commit fe4811e

File tree

16 files changed

+41
-22
lines changed

16 files changed

+41
-22
lines changed

clay.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:format [:quarto :html]
1515
:run-quarto false
1616
:hide-info-line false
17-
:quarto {:format {:html {:theme nil}}}
17+
:quarto {:format {:html nil}}
1818
:quarto/expansions
1919
{:affiliation
2020
{:clojure.core {:name "Clojure.core" :url "https://clojure.org"}

content/_quarto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ project:
44
website:
55
title: "Clojure Civitas"
66
favicon: "favicon.ico"
7+
site-url: "https://timothypratley.github.io/clojurecivitas"
8+
image: "images/civitas-icon.svg"
9+
open-graph: true
710
navbar:
811
logo: "images/civitas-icon.svg"
912
logo-alt: "Clojure Civitas Logo"

content/about.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ notebook as you write it.
4141
### Preview the full website
4242

4343
```sh
44-
clojure -M:m
44+
clojure -M:clay -a [:markdown]
4545
```
4646

4747
```sh

content/explore.qmd

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

content/filter.qmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Filter Notebooks"
3+
listing:
4+
contents: idea
5+
type: default
6+
sort:
7+
- "title desc"
8+
- "date desc"
9+
filter-ui: [title, author, date, categories, tags]
10+
---
11+
Filter all notebooks.

content/idea/code_interview/beating/with_stupid_stuff/z_combinator_gambit.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
^{:kindly/hide-code true
22
:clay {:quarto {:title "The Z-Combinator Gambit"
3+
:type :post
34
:author [:chouser :timothypratley]
45
:date "2025-05-25"
56
:category :clojure

content/idea/print/object/remove_extraneous.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
^{:clay {:title "Clean object printing by removing extraneous"
1+
^{:clay {:title "Clean object printing by removing extraneous"
22
:quarto {:author :timothypratley
3+
:type :post
4+
:date "2025-06-05"
35
:category :clojure
46
:tags [:print-method :objects]}}}
57
(ns idea.print.object.remove-extraneous

content/scicloj/noj/intro/getting-started-noj.md renamed to content/idea/scicloj/noj/intro/getting-started-noj.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
author:
3-
- ref: timothypratley
2+
author: Timothy Pratley
3+
type: post
44
date: 2025-05-06
55
category: data
66
tags: [data-science, noj]

content/ideas.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: "Ideas"
33
listing:
44
contents: idea
5-
type: default
5+
exclude:
6+
type: post
67
sort: "title"
78
---
89
Ideas, insights, and patterns in the Clojure world.

content/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ about:
88
[Blog Posts](posts.qmd)
99
[Libraries and Tools](libs.qmd)
1010
[Ideas](ideas.qmd)
11+
[Filter](filter.qmd)

0 commit comments

Comments
 (0)