hexo's front-matter and put away the content of the article

Hexo of Front-matter of the format and content of the article away. Let article show the first paragraph of text, click to see more details see.

Examples

This is a simple example.

---
title: hexo的front-matter和收起文章内容
date: 2019/12/08 13:56:08
categories: #分类
  - study
tags: # 标签
  - 前端
  - Hexo
---

More classified wording

title: hexo的front-matter和收起文章内容
date: 2019/12/08 13:56:08
categories: #分类
  - [study]
  - [idea]
tags: # 标签
  - 前端
  - Hexo

The official argument

parameter description Defaults
layout layout
title title The file name of the article
date Creation Date File creation date
updated Updated Updated file
comments Open article Comments true
tags Label (does not apply to paging)
categories Classification (does not apply to paging)
permalink Cover article URL
keywords Only for Open Graph meta tags and keywords (not recommended)

Json wording

Will - --change is ;;;to writeJson

"title": "Hello World",
"date": "2019/12/8 13:46:25"

Official Documents

https://hexo.io/zh-cn/docs/front-matter.html

Guess you like

Origin www.cnblogs.com/to-red/p/12005777.html