hexo yilia模板构建
主题讲解网站
写作编写
https://hexo.io/zh-cn/docs/writing
一 安装
brew install node
npm install -g hexo-cli
二npm镜像
2、持久使用
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
// 或
npm info express
三markdown文章语法
四主题操作