给出大家网站uiGradients - Beautiful colored gradients,大家选择自己需要的css代码进行配置即可 在这个配置过程中,如果以上的小伙伴按照上面的配置没有生效,那么打开butterfly的主题文件,搜索background,写下路径,但是大家应该明白css下面博主是没有图片的,但是有时候不配置这个无法生效,可能这是一个bug吧 页脚的设置 背...
搭建时是Hexo + Next主题,Next主题比较简约直观,本打算就直接用Next,但之后发现了Butterfly主题也很好看,就配置了Butterfly主题 Next主题:https://theme-next.js.org/,https://github.com/theme-next/hexo-theme-next Butterfly主题:https://github.com/jerryc127/hexo-theme-butterfly 1. 文章加密 利用hexo-bl...
1.主题安装 可通过以下命令安装主题: gitclone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly 2.配置butterfly主题 接着我们打开hexo_blog文件夹下的_config.yml配置文件 点开,拉到最下面,找到这个配置,并把它改成butterfly 此时我们再去Git Bash命令窗口执行hexo g和hexo...
BASH $gitclone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly 现在,主题文件就被你下载到了 blog 目录的 themes 主题下的 butterfly 文件夹中。 打开站点的_config.yml 配置文件,修改主题为 butterfly _config.yml # Extensions ## Plugins: https://hexo.io/plugins/...
theme: butterfly 基础配置 基础配置主要是设置网站的标题、描述、SEO、菜单等项,下面我就列出 hexo 的 config(根目录下_config.yml),和主题 Butterfly 的 config(themes 的 Butterfly 下_config.yml),并注释相关项的简介仅供参考。hexo_config.yml hexo_butterfly_config.yml 创建菜单页面 页面包括标签页(...
将文件植入butterfly 在themes/butterfly/layout/page.pug中添加装备pug Code 12 when 'equipment' include includes/page/equipment.pug 添加识别类型 创建数据文件 创建source/_data/equipment.yml 格式类似于: yaml 123456789101112131415161718192021222324252627282930313233343536 - class_name:...
升级方法:在 Hexo 根目录下,运行 npm update hexo-theme-butterfly 但是新版本的butterfly主题需要较新的hexo 版本,所以首先进行了hexo的升级,hexo升级也挺麻烦,升级完成之后运行npm的升级命令,结果并为进行升级,而且,运行 hexo clean等相关命令发生以下报错: ...
Butterfly主题配置 1. 使用npm方式安装主题 执行如下命令进行主题依赖的安装, npm可能安装缓慢,如果你知道怎么使用yarn 可以使用yarn安装它 卸载默认主题 $ npm uninstall hexo-theme-landscape 安装主题 $ npm install hexo-theme-butterfly --save 安装依赖插件 ...
修改Hexo 根目录下的_config.yml,把主题改为butterfly theme:butterfly 安装插件 如果你没有 pug 以及 stylus 的渲染器,请下载安装: npm install hexo-renderer-pug hexo-renderer-stylus--save 升级建议 为了减少升级主题后带来的不便,请使用以下方法(建议,可以不做)。
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly 如果想要安裝比較新的dev分支,可以 git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly npm 安裝 此方法只支持Hexo 5.0.0以上版本 在博客根目錄裡 npm i hexo-theme-...