How to configure the frontmatter information of blog posts
Usage
- A standard article's frontmatter
md
---
title: Title of the article
descript: Description of the article
date: 2023-08-19
image: Image link (optional)
tags:
- guide
- frontmatter
categories:
- docs
---
- Some parameters to control the interface
md
---
createTime: false
lastUpdated: false
articlePagination: false
footer: false
readingProgress: false (`boolean | 'top' | 'bottom' | 'left' | 'right'`)
---
- Special attribute layout
md
---
layout: article (`'page' | 'tag' | 'category' | 'article'`)
---
Refer to Tags and Categories and Pagination for usage