hexo-theme-yilia hexo-theme-even
hexo-theme-yilia
-
安裝
- $ git clone github.com/litten/hexo… themes/yilia
-
配置
- 修改hexo根目錄下的 _config.yml : theme: yilia
-
更新
- cd themes/yilia
- git pull
將主題從Next替換成了even 出現了各種錯誤,記錄下來
- 1.安裝
hexo-renderer-scss
外掛 的時候 終端報如下錯誤
- npm ERR! Unexpected end of JSON input while parsing near '...nd-index-1.0.2.tgz"
- 升級了hexo 還是不行
- 最後使用如下方法解決
npm cache clean --force
try
if false
delete package.lock.json
try again
if false
npm set registry https://registry.npmjs.org/ don't use taobao mirror
try again
複製程式碼
- 2.實現站內搜尋,未完成
search:
path: search.xml
field: post
複製程式碼
-
3.新增評論成功
-
4.新增統計分析閱讀次數 暫未成功
-
配置LeanCloud
# LeanCloud
leancloud:
app_id:
app_key:
複製程式碼
- 設定了 Web 安全域名