binokochumolvarghese / lightbi-hugo

Lightbi is a minimal and clean blog theme for Hugo.
https://lightbi-hugo-theme.netlify.app/
MIT License
83 stars 38 forks source link

hello i need help #5

Closed bymake closed 1 year ago

bymake commented 1 year ago

I cannot display the correct abstract and the featured image for the content on the homepage, the homepage can only display the complete content of the article

binokochumolvarghese commented 1 year ago

I hope you are trying to display the abstract of a the blogs in the list of blog section. Fo the same you need to add the description in the front matter as below:

---
Title: Sample Title
Subtitle: "If you want subtitle"
Date: 2023-06-01
Lastmod : 
Tags: ["tags"]
Image: "img/sample.png"
Description: "This will shows as the abstract in the blog list."
Draft: flase
---
bymake commented 1 year ago

I hope you are trying to display the abstract of a the blogs in the list of blog section. Fo the same you need to add the description in the front matter as below:

---
Title: Sample Title
Subtitle: "If you want subtitle"
Date: 2023-06-01
Lastmod : 
Tags: ["tags"]
Image: "img/sample.png"
Description: "This will shows as the abstract in the blog list."
Draft: flase
---

thank. im go to 试试