Skip to content

Post

Feature Article

Aurora theme has feature article in the home page, articles can be set to display in the feature section.

To set an article to display in the feature section, you simply add a feature: true property to the Front-Meta.

For example:

markdown
---
title: Article Title
date: 2020-08-15 18:49:36
tags:
  - Tag
categories:
  - Cate
cover: https://cover.png
feature: true
---
---
title: Article Title
date: 2020-08-15 18:49:36
tags:
  - Tag
categories:
  - Cate
cover: https://cover.png
feature: true
---

Released under the MIT License.