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

Commit 9003e1c

Browse files
authored
Merge pull request #4 from mislavcimpersak/add_awesome_dev_fun
Add mislavcimpersak/awesome-dev-fun
2 parents 9231953 + 44ad5e6 commit 9003e1c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/lists.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,4 +1118,18 @@ export default {
11181118
hide("#toc-table-of-contents");
11191119
},
11201120
},
1121+
"mislavcimpersak/awesome-dev-fun": {
1122+
slug: "dev-fun",
1123+
label: "Dev Fun",
1124+
shortDescription:
1125+
"A list of libraries, packages and languages that have no real purpose but to make a developer chuckle.",
1126+
color: "#ffffff",
1127+
category: "Miscellaneous",
1128+
invertTextColor: true,
1129+
mutate() {
1130+
hide("#readme > ul:first-of-type");
1131+
hide("#user-content-contents", { parent: true });
1132+
hide("#toc-contents");
1133+
},
1134+
},
11211135
};

0 commit comments

Comments
 (0)