Skip to content

Commit

Permalink
📝 Docs: update chang log and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Nov 26, 2023
1 parent dba2e38 commit ac39b35
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac39b35

Please sign in to comment.