一些变量解释:

变量 解释
[blog-root] 博客根目录
[theme-root] 主题根目录

安装

hexo-theme-Acrylic 是基于 hexo-theme-butterfly 的基础上进行开发的

稳定版本

1
git clone -b main https://github.com/hexo-theme-Acrylic/hexo-theme-Acrylic.git themes/Acrylic

最新版本DEV

1
git clone -b dev https://github.com/hexo-theme-Acrylic/hexo-theme-Acrylic.git themes/Acrylic

未开发

未开发

应用

在Hexo配置文件,修改themeAcrylic

区分大小写

1
theme: Acrylic

还要安装插件

1
npm install hexo-renderer-pug hexo-renderer-stylus --save

推荐配置

MacOS/Linux

[blog-root]里运行:

1
cp -rf ./themes/Acrylic/_config.yml ./_config.Acrylic.yml

Windows

复制[theme-root]里的_config.yml文件,到[blog-root]

更名为_config.Acrylic.yml

图片