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.
1 parent 793227b commit ba55ffeCopy full SHA for ba55ffe
quartz.layout.ts
@@ -12,6 +12,7 @@ const explorerCustomIcons = {
12
music: "/static/emoji/custom/musicnote.png",
13
recipes: "/static/emoji/noto-coloremoji-svg/emoji_u1f373.svg",
14
wip: "/static/emoji/noto-coloremoji-svg/emoji_u1f3d7.svg",
15
+ "garden-days": "/static/emoji/custom/sprout.png",
16
// Add more folder-icon mappings as needed
17
}
18
quartz/plugins/starbits/FriendNet.tsx
@@ -36,7 +36,7 @@ const friends: Friend[] = [
36
},
37
{
38
name: "TurtleNet",
39
- url: "https://tsh.sh",
+ url: "https://bencuan.me/blog/turtlenet",
40
banner: "/static/friends/turtlenet.gif",
41
hideInList: true,
42
0 commit comments