安装Hexo并初始化启动
首先安装node.js和Git
brew install node.js
brew install git
#查看安装的版本
node -v
git --version
然后安装hexo
npm install -g hexo-cli
创建博客目录,初始化
mkdir blog
cd blog
hexo init
启动
hexo s
安装主题
切换到themes目录下,使用如下命令下载主题文件
git clone https://github.com/blinkfox/hexo-theme-matery.git
修改主题
修改blog下的 _config.yml 主题配置文件