项目地址
Github: https://github.com/mikemintang/hexo-theme-studio
项目截图
使用教程
- 安装 hexo
官网教程:https://hexo.io/zh-cn/docs/
- 安装 hexo-theme-studio 主题
git clone https://github.com/mikemintang/hexo-theme-studio.git themes/studio
- 安装主题所需依赖
npm install hexo-server hexo-browsersync hexo-renderer-jade hexo-renderer-stylus --save-dev
- 使用主题
修改 hexo 项目根目录下的_config.yml
,设置theme: studio
- 预览主题
hexo s