butterfly侧边栏引用‘一言’
配置card_hitokoto配置文件找到主题config文件_config.butterfly.yml,在侧边栏设置中添加 card_hitokoto: enable: true
aside:
enable: true
hide: false
button: true
mobile: true # display on mobile
position: right # left or right
display:
archive: false
tag: true
category: true
card_author:
enable: true
description:
button:
enable: true
icon: fab fa-github
text: Follow Me
link: https://github.com/BlitheZhu
card_announcement:
enable: true
content: 111111 ...
butterfly主题配置valine评论
获取APP ID 和 APP KeyLeanCloud官网: LeanCloud
请先登录或注册 LeanCloud, 注册选择国际版
进入控制台,创建应用
选择设置->应用凭证,找到AppID 跟 AppKey
将AppID 跟 AppKey复制到butterfly主题配置文件 _config.butterfly.yml 中
找到 comments 配置,启用 valine
在使用valine作为评论管理开发时发现,默认的leanCloud api接口被墙,所以需要给 leanCloud REST API绑定域名。域名申请在这边不多说。
绑定API访问域名选择设置->域名绑定->API 访问域名->绑定新域名,输入申请的域名,其他默认。点击绑定
绑定成功之后会提示绑定dns,复制推荐DNS配置下面的 CNAME 路径,在域名dns控制台加入解析,
等待2-10分钟,刷新页面显示 已绑定
选择设置->应用凭证->服务器地址->REST API 服务器地址,到这边可以看到,rest api的地址已经变成你自己的 ...
解决win11更新之后任务栏聊天软件不显示消息闪烁的预览内容的问题
十月份win11系统更新之后,出现了任务栏的 QQ 跟 微信 来信息之后,鼠标浮上去不显示信息预览的问题,很影响使用体验,遂解决该问题并分享。
在Github 仓库,下载最新的 ViVeTool v0.3.2版本的zip压缩文件 点击下载
解压缩下载下来的zip文件到文件夹,建议去掉文件夹版本号,得到文件夹名为 ViVeTool
将该文件夹复制到C盘根目录
管理员运行CMD命令窗口,输入下面两行命令:
重启电脑,问题解决。
cd C:\ViVeTool
vivetool /disable /id:26008830
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
theme is butterflytravis爱素材valine 评论管理平台,使用文档
Quick StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment
test
this is test file.