ghost blog add Google AdSense script location

ghost blog add Google AdSense script location
Photo by Unseen Studio / Unsplash
주의! 해당 작업을 theme html을 수정하는 것입니다. 잘못 수정할 경우 내용이 꼬일 수 있으니 충분히 인지 한 뒤에 작업하시길 바랍니다,

방법

설치한 theme > post.hbs 로 editor 로 열어서, 중간 부분에 div gh-canvas 부분에 아래의 코드를 참고로 만들어낸 광고 스크립트를 넣어서 저장합니다.

 <div class="gh-content gh-canvas">
            {{content}}
            
            <!-- Google AdSense Ad Code -->
            <div style="text-align: center; margin-top: 20px;">
                
            </div>
            <!-- End of Google AdSense Code -->
            
 </div>

저장을 하고 해당 블로그를 재시작 해야합니다. 필자의 경우는 docker를 이용하기 때문에 해당컨테이너의 도커를 재시작하였습니다.

이후, 광고가 잘 송출되는지 확인하면 됩니다. 아마도 방금 만든 광고스크립트라면 조금 시간이 걸릴 수 있습니다.

끝.