魔術方塊
在大一的時候接觸了魔術方塊,那時的學長可以在18秒內完成一次的解魔術方塊。
就看到一個混亂的魔術方塊,沒多少時間內就可以六面都歸位了,六個顏色就完成了。
辛辛苦苦寫的網頁,發現 google 無法搜尋到,感慨啊。hexo 是可以設定讓 google 找到的。
今天就讓我們來看看怎麼設定吧。需要設定:
安裝 sitemap
1 | $ npm install hexo-generator-sitemap --save |
編輯 theme 中 _config.yml。
1 | sitemap: |
我們在hexo 根目錄下的 public 目錄下新建一個robots.txt文件,內容如下:
1 | User-agent: * |
打開 Google Search Console
加入 hexo 資源到 google search console
在我的例子裡,我是用 html 標記來進行驗證的。
Google Search Console 會產生 meta google-site-verification
編輯 theme 中的 _config.yml
1 | # Google Webmaster tools verification. |
1 | $ hexo cl && hexo g && hexo d |
上傳後回到 google search console 完成驗證。
這篇只是簡單的記錄google search的設定。進階的設定,還是要再補充。
進入官網,直接搜尋你要註冊的網站,就可以選擇免費12個月的方案。之後可以免費續期。
可以 email 註冊,或是用 facebook/gmail 登入。
免費的好用,但免費的不一定有保障,何時中止提供服務也不知道,使用上要注意。
#