预览地址
本页仅对《blog目录》/_config.yml进行修改。
一,安装主题
1.安装butterfly主题依赖
#安装git依赖
npm install hexo-deployer-git --save
#安装主题依赖
npm install hexo-renderer-pug hexo-renderer-stylus --save
2.下载主题
项目地址:https://github.com/jerryc127/hexo-theme-butterfly
可网页下载:https://github.com/jerryc127/hexo-theme-butterfly/releases
或git clone下载,2选项
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git
3.启用主题
将下载的压缩包,解压到《blog目录》/theme/目录下,并重名为butterfly
复制一份butterfly目录下的_config.yml到上级目录,并重命名为_config.butterfly.yml
配置《blog目录》下的_config.yml,修改theme:butterfly
注意yml格式缩减!!!
二,配置:站点信息语言等
# Site
title: FFing #站点名称
subtitle: '' #子名称
description: 'linux技术分享' #站点说明
keywords:
author: Ldy #作者
language: zh-CN #站点语言
timezone: '' #站点时区
# URL
url: http://blog.ffing.fun #站点链接(用于分享地址)
三,配置:GIT地址
在末尾修改deploy配置项
deploy:
type: git
repo: ###git仓库地址
branch: ###github的默认分支是main,gitee默认分支为master
四,其他配置
修改首页显示文章数量
添加的永久链接,需安装hexo-abbrlink插件
#永久链接
npm install hexo-abbrlink --save
添加的音乐播放器及algolia搜索
#音乐播放器插件
npm install --save hexo-tag-aplayer
#algolia搜索插件
npm install hexo-algoliasearch --save
添加的统计配置
#统计插件
npm i hexo-butterfly-charts --save
发表评论