Press "Enter" to skip to content

开源一款hexo工作室主题

项目地址

Github: https://github.com/mikemintang/hexo-theme-studio

项目截图

使用教程

  1. 安装 hexo

官网教程:https://hexo.io/zh-cn/docs/

  1. 安装 hexo-theme-studio 主题

git clone https://github.com/mikemintang/hexo-theme-studio.git themes/studio

  1. 安装主题所需依赖

npm install hexo-server hexo-browsersync hexo-renderer-jade hexo-renderer-stylus --save-dev

  1. 使用主题

修改 hexo 项目根目录下的_config.yml,设置theme: studio

  1. 预览主题

hexo s