popov.link/src/components/Comments.astro
Valentin Popov dc6c24e56a
All checks were successful
Test / test (push) Successful in 38s
Test / test (pull_request) Successful in 35s
Update Comments component to include inline Giscus script
2024-09-11 22:17:56 +00:00

32 lines
754 B
Plaintext

---
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";
---
<script
is:inline
src="https://giscus.app/client.js"
data-category-id={categoryId}
data-category={category}
data-emit-metadata={metadata}
data-input-position={inputPosition}
data-lang={lang}
data-mapping={mapping}
data-reactions-enabled={reactions}
data-repo-id={repoId}
data-repo={repo}
data-strict={strict}
data-theme={theme}
crossorigin={crossorigin}
></script>