Skip to content

Commit

Permalink
Add max number of posts parameter (#279)
Browse files Browse the repository at this point in the history
* Add max number of posts parameter

* Put parameter under features

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Emruz Hossain <[email protected]>
  • Loading branch information
3 people authored Feb 2, 2024
1 parent 3fd3776 commit 995c65f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ params:
# Enable reading time support in post cards and in post pages
readingTime:
enable: false

# Number of posts to show to each page. Default is "12"
pagination:
maxPostsPerPage: 12


# Provide footer configuration.
Expand Down

0 comments on commit 995c65f

Please sign in to comment.