--- title: 博客改造日志 subtitle: 改造自黄玄老师提供的博客模板 date: 2022-10-12 author: KazooTTT tags: - 博客 - 前端 slug: blog-makeover-log published: true description: >- 本博客改造日志记录了对基于Jekyll的模板[GitHub - Huxpro/huxpro.github.io: My Blog / Jekyll Themes / PWA](https://github.com/Huxpro/huxpro.github.io)的修改。主要更新包括:当featured tags数量为0时,隐藏该组件;以及使用rake命令`rake post title="xxx" subtitle="xxx"`快速创建博客文章。 finished: true rinId: 124 category: 项目 toAstro: false --- # 博客改造日志 The blog template is [GitHub - Huxpro/huxpro.github.io: My Blog / Jekyll Themes / PWA](https://github.com/Huxpro/huxpro.github.io), which is based on Jekyll. ## 1. Featured Tags 数量为 0 时,隐藏该组件 在组件外层新增一道 tags 数量判断 ![img](https://pictures.kazoottt.top/2024/04/20240407-05bf6c42df8ad16eada65d5a9705e2f5.png) ## 2. Rake 快速创建博客 `rake post title="xxx" subtitle="xxx"`