📝 Docs: update chang log and docs

This commit is contained in:
Cell
2023-11-26 14:38:15 +08:00
parent dba2e38ac8
commit ac39b35cd5
4 changed files with 18 additions and 3 deletions
+15
View File
@@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
<!-- Releases see https://github.com/hugo-fixit/FixIt/releases -->
## v0.2.18-lts.5 [2023.11.26]
> Snapshot: <https://fixit-git-v0218-lts-cell-x.vercel.app>
- :sparkles: Feat: add hiddenFromRss param and front matter
- :zap: Perf: preload some stylesheet
- :zap: Perf: optimize featured image rendering
- :children_crossing: Feat: change bilibili shortcode `muted` default value
- :bug: Style: fix the emoji style of valine comment ([#376](https://github.com/hugo-fixit/FixIt/issues/376))
- :bug: Fix: active index of toc may result in error ([#305](https://github.com/hugo-fixit/FixIt/issues/305))
- :memo: Docs: update the outputs configuration to avoid the "taxonomyterm" warning in versions above Hugo 0.112.0 (resolve [#354](https://github.com/hugo-fixit/FixIt/issues/354))
- :wrench: Chore: update default config in `hugo.toml`
- :wrench: Chore: change the theme minimum supported Hugo versions above **0.110.0**
- **Full Changelog:** @Lruihao [`v0.2.18-lts.4...v0.2.18-lts.5`](https://github.com/hugo-fixit/FixIt/compare/v0.2.18-lts.4...v0.2.18-lts.5)
## v0.2.18-lts.4 [2023.11.6]
> Snapshot: <https://fixit-git-v0218-lts-cell-x.vercel.app>
+1 -1
View File
@@ -45,7 +45,7 @@ And later you can update the submodule in your site directory to the latest comm
git submodule update --remote --merge
```
Next, go to the `config.toml` and change the default theme to `FixIt`.
Next, go to the `hugo.toml` and change the default theme to `FixIt`.
```diff
- theme = "LoveIt"
+1 -1
View File
@@ -45,7 +45,7 @@ git submodule add https://github.com/hugo-fixit/FixIt.git themes/FixIt
git submodule update --remote --merge
```
接着,前往 `config.toml` 并将默认主题更改为 `FixIt`
接着,前往 `hugo.toml` 并将默认主题更改为 `FixIt`
```diff
- theme = "LoveIt"
+1 -1
Submodule docs updated: a31612d479...9042634df6