docs(series): add missing screenshots
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 9.3 KiB |
|
@ -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 |
|
||||
|:----:|:-------:|:-------------:|:-----------------:|:-------------------:|
|
||||
|
|
BIN
content/blog/series/img/jump_to_series_posts_dark.webp
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
content/blog/series/img/jump_to_series_posts_light.webp
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
content/blog/series/img/series_dark.webp
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/blog/series/img/series_light.webp
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
content/blog/series/img/series_reversed_dark.webp
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/blog/series/img/series_reversed_light.webp
Normal file
After Width: | Height: | Size: 16 KiB |
|
@ -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:
|
||||
|
|