使用 Hexo,Material Theme 以及 Github Pages 搭建我的博客

準備條件

  • Node.js
  • npm
  • Git
  • GitHub帳號

開始搭建

  1. hexo init Blog
  2. cd Blog
  3. npm install hexo-deployer-git --save
  4. npm install hexo-material
  5. cp node_modules/hexo-material themes/material
  6. 修改博客根目錄下的_config.yml中的如下項:
    yml title: JustSong author: Song language: en theme: material deploy: type: git repository: https://github.com/songwonderful/songwonderful.github.io branch: master
  7. 重命名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
相關文章
相關標籤/搜索