Blog List

Blog List

Setup Blog List

If you want to setup your blog list you can access on content/blog.njk

And update blog list page with your needs.

SEO Blog List

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.....

Show Posts

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

Tags: docs blog list blog

Update At 17 August 2024 , by JAMSTACK THEMES

Edit This Page

Blog List

Blog List

Setup Blog List

If you want to setup your blog list you can access on content/blog.njk

And update blog list page with your needs.

SEO Blog List

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.....

Show Posts

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

Tags: docs blog list blog

Update At 17 August 2024 , by JAMSTACK THEMES

Edit This Page