Skip to content

Commit

Permalink
docs: v2.0.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
isunjn committed Aug 31, 2023
1 parent 0731e9d commit d6adec5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

## [2.0.0] - 2023-09-01

> **Warning**
> This version contains several breaking changes.
> If you came from a previous version and want to upgrade, I suggest you start all over again.
### UI:

- Text selction now is styled
- Other minor tweaks
- Change defalut bg color of codeblock to transparent

### Add:

- Option `dispaly_tags` and `truncate_summary` [@woojiq](https://github.com/woojiq) ([#40](https://github.com/isunjn/serene/issues/40))
- Support for footnote and backlink
- Active TOC indicator
- Generay `prose` section/page
- Config option `sections`, now you can rename `blog` to somthing else, e.g. `posts`
- Support for header nav fold/unfold
- Option for homepage layout, can be `about` or `list`
- A separate `_custom_css.html` for css customization

### Fix:

- Codeblock distance calculation
- Codeblock highlight style
- Add description tag only when it's available
- Post 3 column layout issue
- Inline code style in list item
- Link text-decoration style on mobile


## [1.2.0] - 2023-08-19

### UI:
Expand Down Expand Up @@ -70,6 +103,7 @@ All notable changes to this project will be documented in this file.
First release 🎉


[2.0.0]: https://github.com/isunjn/serene/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/isunjn/serene/compare/v1.1.1...v1.2.0
[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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img width="1501" alt="截屏2023-08-31 13 14 08" src="https://github.com/isunjn/serene/assets/60461730/33516366-3670-497f-bd72-41ebe8f06f1a">
<img width="1501" alt="screenshot" src="https://github.com/isunjn/serene/assets/60461730/33516366-3670-497f-bd72-41ebe8f06f1a">

<br /><br />

Expand Down Expand Up @@ -29,4 +29,3 @@ A blog theme for [zola](https://www.getzola.org), simple and clean
## Contributing

- Before you make any non-trivial changes, you may want to open an issue so we can discuss
- If you got any idea inspired by another blog theme or website and want to have that in serene, I'd like to hear about it

0 comments on commit d6adec5

Please sign in to comment.