博客写作格式如下:
---
layout: post
title: 这是一篇博客文章模板
date: 2015-3-02
categories: blog
tags: [标签一,标签二]
description: 文章金句。
---
这里是博客正文(markdown格式)
具体说明
layout: 模板
date:日期,格式为 Year-Month-Date
categories:内容
tags:标签,用方括号包括,用逗号分隔
description:文章描述
---
layout: post
title: 这是一篇博客文章模板
date: 2015-3-02
categories: blog
tags: [标签一,标签二]
description: 文章金句。
---
这里是博客正文(markdown格式)
layout: 模板
date:日期,格式为 Year-Month-Date
categories:内容
tags:标签,用方括号包括,用逗号分隔
description:文章描述