z3by / vuepress-plugin-authors

All authors of a vuepress page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    ]
}

About

All authors of a vuepress page

License:MIT License


Languages

Language:JavaScript 100.0%