mirror of https://github.com/YunYouJun/valaxy
docs: how to generate excerpt, close #66
This commit is contained in:
parent
e940128d12
commit
c85181fbbc
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: Post
|
||||
title_zh: 文章
|
||||
categories:
|
||||
- Guide
|
||||
---
|
||||
|
||||
## 摘要
|
||||
|
||||
你可以通过插入 `<!-- more -->` 的方式生成摘要(excerpt)。
|
||||
|
||||
```md
|
||||
---
|
||||
title: 嘿嘿嘿
|
||||
---
|
||||
|
||||
这里是摘要
|
||||
|
||||
<!-- more -->
|
||||
|
||||
这里是正文
|
||||
```
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "valaxy-addon-waline",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Waline Composition API for Valaxy",
|
||||
"keywords": [
|
||||
"valaxy",
|
||||
|
|
Loading…
Reference in New Issue