@@ -731,14 +731,50 @@ The following placeholders are available:
731
731
732
732
---
733
733
734
+ # ### <!-- md:setting config.archive_pagination -->
735
+
736
+ <!-- md:sponsors -->
737
+ <!-- md:version insiders-4.44.0 -->
738
+ <!-- md:default `true` -->
739
+
740
+ Use this setting to enable or disable pagination for archive pages. The value
741
+ of this setting is inherited from [`pagination`][config.pagination], unless it's
742
+ explicitly set. To disable pagination, use :
743
+
744
+ ` ` ` yaml
745
+ plugins:
746
+ - blog:
747
+ archive_pagination: false
748
+ ` ` `
749
+
750
+ ---
751
+
752
+ # ### <!-- md:setting config.archive_pagination_per_page -->
753
+
754
+ <!-- md:sponsors -->
755
+ <!-- md:version insiders-4.44.0 -->
756
+ <!-- md:default `10` -->
757
+
758
+ Use this setting to change the number of posts rendered per archive page. The
759
+ value of this setting is inherited from [`pagination_per_page`]
760
+ [config.pagination_per_page], unless it's explicitly set :
761
+
762
+ ` ` ` yaml
763
+ plugins:
764
+ - blog:
765
+ archive_pagination_per_page: 5
766
+ ` ` `
767
+
768
+ ---
769
+
734
770
# ### <!-- md:setting config.archive_toc -->
735
771
736
772
<!-- md:version 9.2.0 -->
737
773
<!-- md:default `false` -->
738
774
739
775
Use this setting to leverage the table of contents to display post titles on all
740
776
archive pages. The value of this setting is inherited from [`blog_toc`]
741
- [config.blog_toc], unless its explicitly set :
777
+ [config.blog_toc], unless it's explicitly set :
742
778
743
779
` ` ` yaml
744
780
plugins:
@@ -888,14 +924,50 @@ this list. Posts can be assigned to categories by using the [`categories`]
888
924
889
925
---
890
926
927
+ # ### <!-- md:setting config.categories_pagination -->
928
+
929
+ <!-- md:sponsors -->
930
+ <!-- md:version insiders-4.44.0 -->
931
+ <!-- md:default `true` -->
932
+
933
+ Use this setting to enable or disable pagination for category pages. The value
934
+ of this setting is inherited from [`pagination`][config.pagination], unless it's
935
+ explicitly set. To disable pagination, use :
936
+
937
+ ` ` ` yaml
938
+ plugins:
939
+ - blog:
940
+ categories_pagination: false
941
+ ` ` `
942
+
943
+ ---
944
+
945
+ # ### <!-- md:setting config.categories_pagination_per_page -->
946
+
947
+ <!-- md:sponsors -->
948
+ <!-- md:version insiders-4.44.0 -->
949
+ <!-- md:default `10` -->
950
+
951
+ Use this setting to change the number of posts rendered per category page. The
952
+ value of this setting is inherited from [`pagination_per_page`]
953
+ [config.pagination_per_page], unless it's explicitly set :
954
+
955
+ ` ` ` yaml
956
+ plugins:
957
+ - blog:
958
+ categories_pagination_per_page: 5
959
+ ` ` `
960
+
961
+ ---
962
+
891
963
# ### <!-- md:setting config.categories_toc -->
892
964
893
965
<!-- md:version 9.2.0 -->
894
966
<!-- md:default `false` -->
895
967
896
968
Use this setting to leverage the table of contents to display post titles on all
897
969
category pages. The value of this setting is inherited from [`blog_toc`]
898
- [config.blog_toc], unless its explicitly set :
970
+ [config.blog_toc], unless it's explicitly set :
899
971
900
972
` ` ` yaml
901
973
plugins:
0 commit comments