levblanc / hexo-theme-aero-dual

MIT License
160 stars 46 forks source link

请问如何添加文章摘要? #6

Closed LJason77 closed 7 years ago

LJason77 commented 7 years ago

搭建好了博客,主页的文章全是显示“暂无文章摘要”,请问怎么解决?

levblanc commented 7 years ago

在你文章的md文件里面:

---
title: "文章题目"
author: 文章作者
date: 文章创建时间
categories: [文章类别]
tags: [文章tag]
---

文章摘要

<!-- more -->  // <= front matter之后,这一行注释之前的文字都会变成摘要

文章内容