/vuepress-plugin-authors

All authors of a vuepress page

Primary LanguageJavaScriptMIT LicenseMIT

vuepress-plugin-authors

All authors of a vuepress page

adds all authors of a file to the $page object

Installation

yarn add -D vuepress-plugin-authors
// or npm install vuepress-plugin-authors -D

Usage

// .vuepress/config.js

module.exports = {
    plugins: [
      ['authors'],
      // other plugins
    ]
}