thumbnail
# Article Thumbnails
If you want to add thumbnails to the homepage articles, like this: To configure this feature:
In the article's front-matter, add:
thumbnail: "IMAGE_LINK"
For example, the configuration for the screenshot above would be:
---
title: 主题样式 Demo
date: 2022-12-30 19:07:05
tags: "demo"
thumbnail: "https://evan.beee.top/img/208184324-f2640ade-587a-4f46-8ad1-7b4c1b31394f.png"
---