hexo-authors

0.1.0 • Public • Published

hexo-authors

Plugin for adding author information to Hexo blogs.

Usage

Install the plugin to your blog:

npm install --save hexo-authors

Configuration

Author information is added to the _config.yml file:

# Authors
authors:
  default:
    name: 'Default poster'
  alice:
    name: Alice
    email: alice@example.com
  bob:
    name: Bob
    gravatar: 4b9bb80620f03eb3719e0a061c14283d

Readme

Keywords

Package Sidebar

Install

npm i hexo-authors

Weekly Downloads

9

Version

0.1.0

License

MIT

Last publish

Collaborators

  • argelius