一些部落格配置adsense 域名
hexo部落格配置adsense1. 申請adsensehttps://www.google.com/adsense/start/
就照著申請帳號吧
2. ads.txt回到hexo在source底下新增ads.txt
1google.com, pub-xxxxxxxxxxxxxxxx, DIRECT, f08c47fec0942fa0
架設在github.io上的網站設置自己的域名1. 設定custome domain(假設已經有github.io的repo)
到github的setting/Pages
找到custom domain,並輸入自己的網域
2. hexo設定CNAME在source底下新增CNAME
1yourdomain.com
3. 設定DNS到自己的買網域的地方,設定DNS
可以參考官方文檔
https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-git ...