feat: comments (giscus)

This commit is contained in:
Jacky Zhao 2024-07-20 23:05:45 -07:00
parent b9ee44aad7
commit 03f23e5054
8 changed files with 152 additions and 1 deletions
quartz/components

View file

@ -19,6 +19,7 @@ import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
export {
ArticleTitle,
@ -42,4 +43,5 @@ export {
RecentNotes,
NotFound,
Breadcrumbs,
Comments,
}