hexo fluid主题升级
Last updated on November 20, 2024 am
🧙 Questions
升级fluid主题
☄️ Ideas
选择安装包
下载解压替换
# 下载
cd /tmp && wget https://github.com/fluid-dev/hexo-theme-fluid/archive/refs/tags/v1.9.5.tar.gz
# 解压
tar -vzxf v1.9.5.tar.gz -C /Users/ispong/code/blogs-galaxy/themes
# 安装
cd /Users/ispong/code/blogs-galaxy/themes && rm -rf fluid && mv hexo-theme-fluid-1.9.5 fluid
重新启动
cd /Users/ispong/code/blogs-galaxy && hexo server
升级配置文件
推荐使用vscode对比配置文件
shift+command+p : compare/Users/ispong/code/blogs-galaxy/source/_data/fluid_config.yml
/Users/ispong/code/blogs-galaxy/themes/fluid/_config.yml
code /Users/ispong/code/blogs-galaxy/themes/fluid/_config.yml
优化fluid主题
提交代码 !!!
🔗 Links
hexo fluid主题升级
https://ispong.isxcode.com/github/hexo/hexo fluid主题升级/