[Github] Blog 만들기 #4

lilclown·2022년 6월 17일

Github

목록 보기
4/10
post-thumbnail

댓글 기능 구현(disqus), google analytics





youtube : EP05. 댓글 & 구글 애널리틱스 추가하기




댓글 기능 구현




<before>

comments: #true

<after>

comments: true
  • comment provider, shortname 변경
<before>

comments:
  provider               :
  disqus:
    shortname            :

<after>

comments:
  provider               : "disqus"
  disqus:
    shortname            : "lilclown97s-blog"




google analytics




<before>

analytics:
  provider               :
  google:
    tracking_id          :

<after>

analytics:
  provider               : "google-gtag"
  google:
    tracking_id          : "G-79C8M4QN1Z"




error




  • 해결 disqus name과 short name이 달라 github blog에 표시되지 않는 문제 발생.
  • 미해결 code block에 comment : #true 입력된 부분의 문제로 표시되지 않음.
profile
Tomorrow better than today, Laugh at myself

0개의 댓글