less than 1 minute read

HIT?

github 블로그 방문자수를 보여주는 방법은 생각보다 매우 간단하다. 아래 그림을 보면 hits라고 써있으면서 2/2라고 적혀있는데 왼쪽 2의 경우 오늘 방문한 방문자수 오른쪽 2의 경우 total 방문자 수를 의미한다.

그러면 어떻게 이걸 만들 수 있을까?
생각보다 매우 간단했는데 HITS이 주소로 들어가면 이렇게 자신의 github 레포토지를 작성하면 되는데

아래 그림처럼 코드가 나오게 되는데 <img src="~~~">를 복사해서 따로 블로그 레포토지에 넣으면 된다.

_includes/footer.html에 있는 코드를 나는 다음과 같이 변경하니 방문자 수가 생겼다!

<p style="line-height: 1;">
  <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fyangchanghee2251.github.io%2Fhit-counter&count_bg=%23388669&title_bg=%236C6464&icon=myspace.svg&icon_color=%230E0E0F&title=hits&edge_flat=false"/>
</p>

<div class="page__footer-follow">
  <ul class="social-icons">
  ...

Categories:

Updated:

Leave a comment