Add last few commits to changelog and docs
This commit is contained in:
@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Add ability to disable share preview card altogether by setting `config.extra.card` to `false` (#122).
|
||||||
|
- Add ability to turn on "go to top" button on regular pages by setting `page.extra.go_to_top` or `section.extra.go_to_top` to `true` (#115).
|
||||||
- Add French translation (#113).
|
- Add French translation (#113).
|
||||||
- Provide a way to subscribe to the tag feed (#104).
|
- Provide a way to subscribe to the tag feed (#104).
|
||||||
|
|
||||||
@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix build failing if social sharing button is enabled and page is missing a description (#114).
|
- Fix build failing if social sharing button is enabled and page is missing a description (#114).
|
||||||
|
- Fix build failing if taxonomies in config are set to anything other than "tags" (#126).
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -110,6 +110,7 @@ Configuration variables from `config.toml` that can be set/overriden per page/se
|
|||||||
- `toc_inline`: Whether to render inline table of contents at the top of all pages, in addition to floating quick navigation buttons.
|
- `toc_inline`: Whether to render inline table of contents at the top of all pages, in addition to floating quick navigation buttons.
|
||||||
- `toc_ordered`: Whether to use numbered (ordered) list for table of contents.
|
- `toc_ordered`: Whether to use numbered (ordered) list for table of contents.
|
||||||
- `toc_sidebar`: Whether to display table of contents as a sidebar (useful for long pages).
|
- `toc_sidebar`: Whether to display table of contents as a sidebar (useful for long pages).
|
||||||
|
- `card`: When set to `false` disables share preview cards globally.
|
||||||
|
|
||||||
Other variables:
|
Other variables:
|
||||||
|
|
||||||
@ -119,6 +120,7 @@ Other variables:
|
|||||||
- `archive`: Displays an archived message.
|
- `archive`: Displays an archived message.
|
||||||
- `trigger`: Displays a trigger warning message.
|
- `trigger`: Displays a trigger warning message.
|
||||||
- `disclaimer`: Displays a disclaimer message.
|
- `disclaimer`: Displays a disclaimer message.
|
||||||
|
- `go_to_top`: Displays a "go to top" button.
|
||||||
|
|
||||||
### Blog post specific:
|
### Blog post specific:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user