Paging Config
Optional
If you don’t set page_size
, paging will be switched off.
# Number of results per page
page_size: 4
# The path for articles
paginate_path: "/articles/page-:num/"
# Should match the word for "page" above
paginate_page: "page-"