先安裝 sitemap
1
npm install hexo-generator-feed
查看根目錄下是否新增 /.deploy_git/sitemap.xml
根目錄下的 /_config.yml
1
url: https://iloveleon19.github.io/
根目錄下的 /themes/next/_config.yml
1
2
3
4
5
6
7
8
9menu:
home: / || home
# about: /about/ || user
tags: /tags/ || tags
categories: /categories/ || th
archives: /archives/ || archive
#schedule: /schedule/ || calendar
sitemap: /sitemap.xml || sitemap
#commonweal: /404/ || heartbeat獲取 google site verification code
登錄 Google Webmaster,點擊至驗證方法,並選擇 HTML Tag。將會獲取到一段代碼:
1
<meta name="google-site-verification" content="XXXXXXXXXXXXXXXXXXXXXXX" />
將 content 裡面的
XXXXXXXXXXXXXXXXXXXXXXX
複製出來
根目錄下的 /themes/next/_config.yml
1
google_site_verification: XXXXXXXXXXXXXXXXXXXXXXX
發佈到你的網站
1
hexo d -g
在 Google Webmaster 提交 sitemap 網站地圖 https://iloveleon19.github.io/`sitemap.xml`