Documentation
If you want to setup your blog list you can access on content/blog.njk
And update blog list page with your needs.
First you can update title ,description and cover image for your meta tag, open graph and twitter card for your blog list page.
title: Your tilte here....
description: Update your description in here....
image: Your image url here.....
Next you can change how many article posts you want to display on the blog list page, by changing the size
number at the frontmatter.
pagination:
data: collections.posts
size: 4
Example if you want to show 8
article, you can change this line code
pagination:
data: collections.posts
size: 8
Update At 17 August 2024 , by JAMSTACK THEMES
On this Page
On this Page
If you want to setup your blog list you can access on content/blog.njk
And update blog list page with your needs.
First you can update title ,description and cover image for your meta tag, open graph and twitter card for your blog list page.
title: Your tilte here....
description: Update your description in here....
image: Your image url here.....
Next you can change how many article posts you want to display on the blog list page, by changing the size
number at the frontmatter.
pagination:
data: collections.posts
size: 4
Example if you want to show 8
article, you can change this line code
pagination:
data: collections.posts
size: 8
Update At 17 August 2024 , by JAMSTACK THEMES