Article cover
The Redefine theme supports adding a cover header image to the article
Effect

Instructions
Add it into Front Matter of the article
cover: "Image link"
or
banner: "Image link"
tip
If you set home page header image thumbnail, the article cover will also be automatically selected as thumbnail link, of course, banner and cover have the highest priority.
If you don't want to set the cover of the article but want to keep the header image of the homepage, please set cover or banner to false
for example:
---
title: Theme Demo
date: 2022-12-30 19:07:05
cover: "https://evan.beee.top/img/2023/01/21/5966cf4d2f2c05aecad54e233d9562ff.png"
---