Skip to main content

thumbnail

# Article Thumbnails

If you want to add thumbnails to the homepage articles, like this: Screen Shot 2023-01-05 at 8.30.26 AM To configure this feature:

  1. In the article's front-matter, add:

     thumbnail: "IMAGE_LINK"
  2. 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"
    ---