docs(series): add missing screenshots

This commit is contained in:
ZzMzaw 2024-11-05 23:22:53 +01:00
parent 3c83cb27b5
commit 98c8aa160d
10 changed files with 7 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -274,7 +274,7 @@ Setting `tag_sorting = "frequency"` will sort them by number-of-posts (descendin
### Series
#### Series pages indexation
#### Jump to posts link
| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |
|:----:|:-------:|:-------------:|:-----------------:|:-------------------:|
@ -282,11 +282,11 @@ Setting `tag_sorting = "frequency"` will sort them by number-of-posts (descendin
By default, a "Jump to posts" link automatically appears next to the series title when a series has a content over 2000 characters:
##### TODO: Add screenshot with final design
{{ dual_theme_image(light_src="blog/mastering-tabi-settings/img/jump_to_series_posts_light.webp", dark_src="blog/mastering-tabi-settings/img/jump_to_series_posts_dark.webp" alt="jump to series posts link") }}
Set `show_jump_to_posts = true` to force the feature on and `show_jump_to_posts = false` to force it off.
#### Jump to posts link
#### Series pages indexation
| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |
|:----:|:-------:|:-------------:|:-----------------:|:-------------------:|

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -104,16 +104,13 @@ To mix up its posts with the section above (`blog` in our example), it must also
The series' main page displays all the infos about the series followed by a list of all its posts.
##### TODO: Add screenshot with final design
{#
{{ dual_theme_image(light_src="blog/series/img/series_light.webp", dark_src="blog/series/img/series_dark.webp", alt="Main series page") }}
#}
{{ dual_theme_image(light_src="blog/series/img/series_light.webp", dark_src="blog/series/img/series_dark.webp" alt="a series") }}
## Jump to Posts
When a series has a content over 2000 characters, a "Jump to posts" link automatically appears next to the series title:
##### TODO: Add screenshot with final design
{{ dual_theme_image(light_src="blog/series/img/jump_to_series_posts_light.webp", dark_src="blog/series/img/jump_to_series_posts_dark.webp" alt="jump to series posts link") }}
To force the feature on or off, use the `show_jump_to_posts` option in the `[extra]` section of your series section or in `config.toml`.
This setting follows [the hierarchy](@blog/mastering-tabi-settings/index.md#settings-hierarchy).
@ -143,6 +140,8 @@ The first series page will have 1, the second 2 and so on so forth.
To reverse this index (i.e. the first series page will have the greatest index), set the `post_listing_index_reversed` option to `true` (default is `false`) in the `[extra]` section of your series sections or in `config.toml`.
This setting follows [the hierarchy](@blog/mastering-tabi-settings/index.md#settings-hierarchy).
{{ dual_theme_image(light_src="blog/series/img/series_reversed_light.webp", dark_src="blog/series/img/series_reversed_dark.webp" alt="a series with indexes reversed") }}
## Intro and Outro Templates
Series articles can have automatic introduction and conclusion sections. These are configured in your series' `_index.md`. A basic example: