We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 747dbe9 + 11db410 commit 45062a5Copy full SHA for 45062a5
.gitignore
@@ -1,5 +1,6 @@
1
/temp
2
/site/*/**
3
+.clj-kondo/
4
.quarto/
5
_site/
6
.calva/output-window/
clay.edn
@@ -38,8 +38,11 @@
38
:links [{:icon "github" :text "GitHub" :href "https://github.com/puredanger"}]}
39
:seancorfield
40
{:name "Sean Corfield"
41
+ :email "sean@corfield.org"
42
+ :url "https://corfield.org"
43
:affiliation [:clojurecamp]
- :url "https://github.com/seancorfield"}
44
+ :links [{:icon "github" :text "GitHub" :href "https://github.com/seancorfield"}
45
+ {:icon "mastodon" :text "Mastodon" :href "https://tech.lgbt/@seancorfield"}]}
46
:timschafer
47
{:name "Tim Schafer"
48
:url "https://github.com/srcerer"
0 commit comments