Hexo博客备份和插件更新
AI-摘要
CatOS GPT
AI初始化中...
介绍自己 🙈
生成本文简介 👋
推荐相关文章 📖
前往主页 🏠
前往爱发电购买
Hexo博客备份和插件更新
CatOSQuick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
1 | hexo cl; hexo s |
备份hexo博客到GitHub
1 | create a new repository on the command line |
更新hexo插件
1 | npm update -g |
为主页文章卡片添加擦亮动画效果
- 操作步骤
1、新增css内容
新建文件source/css/home.css或在已引入的css中新增以下内容
1 | #recent-posts > .recent-post-item:not(a)::before { |
2、引入内容
在_config.anzhiyu.yml主题配置文件下inject配置项中head处
引入home.css文件
1 | inject: |
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果