From 2a86fd34f6d99e43eb586f5e656a6c9cb19657a7 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 6 Sep 2024 08:36:02 +0000 Subject: Added comments --- src/components/Comments.astro | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/components/Comments.astro (limited to 'src/components') diff --git a/src/components/Comments.astro b/src/components/Comments.astro new file mode 100644 index 0000000..5fcd65d --- /dev/null +++ b/src/components/Comments.astro @@ -0,0 +1,32 @@ +--- +const category = "Announcements"; +const categoryId = "DIC_kwDOJfmscs4CdNE6"; +const crossorigin = "anonymous"; +const inputPosition = "bottom"; +const lang = "en"; +const mapping = "title"; +const metadata = "0"; +const reactions = "1"; +const repo = "valentineus/valentineus.github.io"; +const repoId = "R_kgDOJfmscg"; +const strict = "1"; +const theme = "transparent_dark"; +--- + + -- cgit v1.2.3