Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 1ea5627

Browse files
authored
Merge pull request #5 from fmind/master
Added Clojure awesome-list
2 parents 9003e1c + 21a122f commit 1ea5627

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/lists.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ export default {
3737
hide("#readme > ul:first-of-type");
3838
},
3939
},
40+
"razum2um/awesome-clojure": {
41+
slug: "clojure",
42+
label: "Clojure",
43+
shortDescription:
44+
"Clojure is a functional, dynamic, general-purpose programming language.",
45+
logo: "https://avatars.githubusercontent.com/clojure",
46+
color: "#26324b",
47+
category: "Programming Languages",
48+
mutate() {
49+
hide("#readme > ul:first-of-type");
50+
},
51+
},
4052
"avelino/awesome-go": {
4153
slug: "go",
4254
label: "Go",

0 commit comments

Comments
 (0)