0.1.0 • Published 7 years ago

hexo-authors v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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
0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago