Creates a handler for paginated access to blog posts using the summary route.
Configuration options for the summary posts retrieval
Creates a handler for paginated access to blog posts.
Configuration options for the posts retrieval
Creates the thumbnail url of a post.
The post source.
The size of the thumbnail.
Optional
ratio: string | numberThe ratio of the thumbnail.
The thumbnail url.
Retrieves the posts from the summary with the given categories.
All posts are retrieved, but it is sliced by the value of the max-results
parameter.
The request options.
Retrieves the posts from the default route with the given categories.
All posts are retrieved, but it is sliced by the value of the max-results
parameter.
The request options.
Retrieves a specific page by its ID with route control.
Configuration options including the page ID
Retrieves a specific page by its ID using the summary route.
Configuration options including the page ID
Handler for paginated access to blog posts.