做法
首先,在 Google AdSense 新增一個網站,提交審查的網站,必須放置於主網域。
審核通過後,在 Hexo 專案的 source
資料夾新增 ads.txt
檔。
1 | google.com, pub-xxxxxxxxxxxxxxxx, DIRECT, f08c47fec0942fa0 |
修改 themes/cactus/_config.yml
檔,新增 google_adsense
欄位。
1 | # Enable or disable the Google AdSense. |
修改 themes/cactus/layout/_partial/scripts.ejs
檔。
1 | <% if (theme.google_analytics.enabled && theme.google_analytics.id){ %> |
發布。
1 | hexo d -g |