# 设置作者

# 全局作者

使用方式如下:

// microapp/config/vuepress.js
module.exports = {
    author: 'Zyao89',
}

# 单篇文章设置

使用方式如下:

---
title: 你成功了
date: 2012-09-09
categories: article
author: 呀呀
---