Skip to content

Commit

Permalink
docs(series): update mastering tabi
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzMzaw committed Oct 31, 2024
1 parent ddbc7af commit 3c83cb2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions content/blog/mastering-tabi-settings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,30 @@ Setting `tag_sorting = "frequency"` will sort them by number-of-posts (descendin

---

### Series

#### Series pages indexation

| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |
|:----:|:-------:|:-------------:|:-----------------:|:-------------------:|
||||||

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

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

| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |
|:----:|:-------:|:-------------:|:-----------------:|:-------------------:|
||||||

By default, series page are indexed (using a 1-based indexing) as per the series section `sort_by`.

Set `post_listing_index_reversed = true` to reverse this index.

## Git Repository Integration

| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |
Expand Down

0 comments on commit 3c83cb2

Please sign in to comment.