Yearn 是为 hexo 制作的主题。 崇尚简约优雅,以及极致的性能。
你可以点击 我的博客 查看效果。
如果想体验手机浏览效果,可以扫一下二维码:
补充中...
- 文章长期未更新显示提醒
- 浏览器 console 彩蛋
$ git clone https://github.com/Youthink/hexo-themes-yearn.git themes/yearn
cd themes/yearn
git pull
修改主题内的 _config.yml
文件
进入主题目录
cd themes/yearn
安装依赖并构建开发环境
yarn install
yarn dev
或者
npm install
npm dev
修改 source-src
内的 js
和 css
重新打包文件
yarn dist
或者
npm dist