Skip to content

1.4.0

Compare
Choose a tag to compare
@zkqiang zkqiang released this 09 Sep 09:09
· 876 commits to master since this release

🍻 庆祝

我们发起了 Fluid-dev 组织 将本项目迁移其中,并且本项目的名称从 "Material-T" 更名为 "Fluid"

了解详情与版本升级

✨ 新功能

  • 增加一个配置项 source_base_path,可配置资源文件的父级路径(适用于使用 CDN 或对象存储)
  • 增加一组配置项 post_meta,可配置首页一些元素的可见性
  • 增加覆盖配置功能,彻底解决升级时的配置冲突
    用法进入博客根目录的 source 目录下(不是主题的 source 目录),创建 _data 目录,在里面创建 fluid_config.yml 文件,将 /theme/fluid/_config.yml 中被修改的配置或者全部配置,复制到 fluid_config.yml 中。这样 fluid_config.yml 中配置项会自动覆盖,并且更新主题后不会丢失。

🐛 修复

  • about.md 路径引用问题

🍻 Cheers

We launched the Fluid-dev organization and transferred Material-T Into it, and "Material-T" renamed "Fluid"

For details and upgrade

✨ Feature

  • Add source_base_path configuration, can replace parent path of source file (for CDN or OSS)
  • Add post_meta configuration, can control some elements in index page
  • Overwrite config feature
    How to useStep 1: cd your-blog-dir/source. Step 2: mkdir _data && cd _data. Step 3: touch fluid_config.yml Step 4: copy modified configurations or all configurations of /theme/fluid/_config.yml to fluid_config.yml. That's all, fluid_config.yml will automatically overwrite _config.yml when hexo generate, and modified will not be lost after updating

🐛 Fix

  • Fix generate about page