Skip to content

Commit d355b43

Browse files
committed
Documentation
1 parent c81befb commit d355b43

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/insiders/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,15 @@ a handful of them, [thanks to our awesome sponsors]!
8888
## What's in it for me?
8989

9090
The moment you [become a sponsor][how to become a sponsor], you'll get __immediate
91-
access to 24 additional features__ that you can __start using now__, and
91+
access to 25 additional features__ that you can __start using now__, and
9292
which are currently exclusively available to sponsors:
9393

9494
<div class="mdx-columns" markdown>
9595

96+
- [x] [Blog plugin: author profiles] :material-alert-decagram:{ .mdx-pulse title="Added on November 26, 2023" }
9697
- [x] [Blog plugin: advanced settings] :material-alert-decagram:{ .mdx-pulse title="Added on November 23, 2023" }
9798
- [x] [Projects plugin] :material-alert-decagram:{ .mdx-pulse title="Added on July 29, 2023" }
98-
- [x] [Instant prefetching] :material-alert-decagram:{ .mdx-pulse title="Added on June 15, 2023" }
99+
- [x] [Instant prefetching]
99100
- [x] [Social plugin: custom layouts]
100101
- [x] [Social plugin: background images]
101102
- [x] [Code range selection]
@@ -310,13 +311,17 @@ are released for general availability.
310311
- [x] [Privacy plugin: optimization support]
311312
- [x] [Privacy plugin: external links]
312313
- [x] [Instant prefetching]
314+
- [x] [Blog plugin: advanced settings]
315+
- [x] [Blog plugin: author profiles]
313316

314317
[Optimize plugin]: ../plugins/optimize.md
315318
[Typeset plugin]: ../plugins/typeset.md
316319
[Privacy plugin: external links]: ../setup/ensuring-data-privacy.md#+privacy.links
317320
[Privacy plugin: optimization support]: ../setup/ensuring-data-privacy.md#+privacy.assets_include
318321
[Navigation path]: ../setup/setting-up-navigation.md#navigation-path
319322
[Instant prefetching]: ../setup/setting-up-navigation.md#instant-prefetching
323+
[Blog plugin: advanced settings]: ../setup/setting-up-a-blog.md#advanced-settings
324+
[Blog plugin: author profiles]: ../plugins/blog.md#config.author_profiles
320325

321326
#### $ 24,000 – Blockpaprika
322327

@@ -325,14 +330,13 @@ are released for general availability.
325330
- [x] [Social plugin: background images]
326331
- [x] [Code range selection]
327332
- [x] [Code annotations: custom selectors]
328-
- [x] [Blog plugin: advanced settings]
333+
- [ ] more to come...
329334

330335
[Projects plugin]: ../plugins/projects.md
331336
[Social plugin: custom layouts]: ../setup/setting-up-social-cards.md#customization
332337
[Social plugin: background images]: ../setup/setting-up-social-cards.md#+social.cards_layout_params.background_image
333338
[Code range selection]: ../reference/code-blocks.md#code-selection-button
334339
[Code annotations: custom selectors]: ../reference/code-blocks.md#custom-selectors
335-
[Blog plugin: advanced settings]: ../setup/setting-up-a-blog.md#advanced-settings
336340

337341
### Goals completed
338342

docs/setup/setting-up-a-blog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ the blog, but can be helpful for customizations:
4949
- [`categories_sort_reverse`][config.categories_sort_reverse]
5050
- [`categories_pagination`][config.categories_pagination]
5151
- [`categories_pagination_per_page`][config.categories_pagination_per_page]
52+
- [`authors_profiles_pagination`][config.authors_profiles_pagination]
53+
- [`authors_profiles_pagination_per_page`][config.authors_profiles_pagination_per_page]
5254

5355
We'll add more settings here, as we discover new use cases.
5456

@@ -66,6 +68,8 @@ We'll add more settings here, as we discover new use cases.
6668
[config.categories_sort_reverse]: ../plugins/blog.md#config.categories_sort_reverse
6769
[config.categories_pagination]: ../plugins/blog.md#config.categories_pagination
6870
[config.categories_pagination_per_page]: ../plugins/blog.md#config.categories_pagination_per_page
71+
[config.authors_profiles_pagination]: ../plugins/blog.md#config.authors_profiles_pagination
72+
[config.authors_profiles_pagination_per_page]: ../plugins/blog.md#config.authors_profiles_pagination_per_page
6973

7074
### RSS
7175

0 commit comments

Comments
 (0)