Skip to content

Commit

Permalink
docs: v1.1.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
isunjn committed Aug 8, 2023
1 parent c4a4c5c commit 9f25b29
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [1.1.1] - 2023-08-09

- Allow no tags in front matter
- Fix figcaption width issue

## [1.1.0] - 2023-05-27

- Fix theme auto-toggle logic
Expand Down Expand Up @@ -41,6 +46,7 @@ All notable changes to this project will be documented in this file.
First release 🎉


[1.1.1]: https://github.com/isunjn/serene/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/isunjn/serene/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/isunjn/serene/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/isunjn/serene/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cd myblog
添加 serene 主题:

```sh
git submodule add https://github.com/isunjn/serene.git themes/serene
git submodule add -b latest https://github.com/isunjn/serene.git themes/serene
```

myblog 目录此时像这样:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cd myblog
Add the serene theme:

```sh
git submodule add https://github.com/isunjn/serene.git themes/serene
git submodule add -b latest https://github.com/isunjn/serene.git themes/serene
```

The myblog directory now looks like this:
Expand Down
4 changes: 3 additions & 1 deletion config.example.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# serene v1.1.1 (check for update at https://github.com/isunjn/serene/releases)

base_url = "https://example.com" # Domain name of your website
title = "xxxx"
description = "xxxx xxxx xxxx"
Expand All @@ -8,7 +10,7 @@ compile_sass = true
minify_html = true
build_search_index = false # Keep this false, search is temporarily unsupported
generate_feed = false # Whether to generate a feed file in root, read docs for more info about rss feed
feed_filename = "feed.xml" # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
feed_filename = "feed.xml" # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
taxonomies = [{ name = "tags" }, { name = "categories" }]

[markdown]
Expand Down

0 comments on commit 9f25b29

Please sign in to comment.