Skip to content

Commit

Permalink
feat!: migrate to giscus from utterances
Browse files Browse the repository at this point in the history
  • Loading branch information
kimminss0 committed Nov 5, 2024
1 parent 180c57b commit 51d1fc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 42 deletions.
6 changes: 1 addition & 5 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nav a {
}

footer {
margin-top: 3rem;
margin-top: 4rem;
padding: 1.2rem 0;
border-top: 0.1rem solid #222;
font-size: 1.2rem;
Expand Down Expand Up @@ -198,10 +198,6 @@ hr {
color: #555;
}

.comments {
min-height: 10em;
}

.header .date,
.header .lastmod {
white-space: nowrap;
Expand Down
33 changes: 0 additions & 33 deletions js/comments.js

This file was deleted.

10 changes: 6 additions & 4 deletions templates/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
</article>
<section class="comments">
<hr>
<h2>댓글</h2>
<noscript>
<h2>댓글</h2>
<p>댓글을 확인하려면 javascript를 허용해주세요.</p>
</noscript>
<script src="/js/comments.js"></script>
<script src="https://utteranc.es/client.js" repo="kimminss0/minseo-kim.net" issue-term="pathname" label="utterances"
theme="github-light" crossorigin="anonymous" async></script>
<script src="https://giscus.app/client.js" data-repo="kimminss0/minseo-kim.net" data-repo-id="R_kgDOMtoEJg"
data-category="Announcements" data-category-id="DIC_kwDOMtoEJs4Cj_Pr" data-mapping="pathname" data-strict="0"
data-reactions-enabled="0" data-emit-metadata="0" data-input-position="bottom" data-theme="light" data-lang="ko"
crossorigin="anonymous" async>
</script>
</section>

0 comments on commit 51d1fc8

Please sign in to comment.