mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 16:40:26 +03:00
Added comments
This commit is contained in:
32
src/components/Comments.astro
Normal file
32
src/components/Comments.astro
Normal file
@ -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";
|
||||
---
|
||||
|
||||
<script
|
||||
defer
|
||||
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>
|
Reference in New Issue
Block a user