使用 Hexo,Material Theme 以及 Github Pages 搭建我的博客
準備條件
開始搭建
hexo init Blog
cd Blog
npm install hexo-deployer-git --save
npm install hexo-material
cp node_modules/hexo-material themes/material
- 修改博客根目錄下的
_config.yml
中的如下項:
yml title: JustSong author: Song language: en theme: material deploy: type: git repository: https://github.com/songwonderful/songwonderful.github.io branch: master
- 重命名
themes/material
下的_config.template.yml
爲_config.yml
並修改如下項:
yml slogan: "盡人事,聽天命" github: https://github.com/songwonderful zhihu: https://www.zhihu.com/people/songwonderful/
注意事項
- Powershell下中文顯示可能不正常,推薦使用CMD
- 使用
npm install hexo-material
僅僅是爲了獲取主題文件
- 使用
git config core.autocrlf true
消除LF will be replaced by CRLF
警告
經常使用命令
hexo new "article name"
hexo g -d
hexo s
hexo new page about
歡迎關注本站公眾號,獲取更多信息