Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hexo-git-username-coauthor

peixin8MIT1.0.0

Give your post an default coauthor from git user name!

hexo, coauthor, author, username, git, multiple

readme

hexo-git-username-coauthor

Build Status jest Coverage Status

Coauthor from git global username plugin for Hexo.

Installation

$ yarn add hexo-git-username-coauthor

or

$ npm install hexo-git-username-coauthor --save

This Plugin use es6 syntax, make sure your node support it.

Usage

After installation, when you hexo new whatever-your-title-is, your post/page markdown file will have a coauthor attribute, get from git global username, like below:

---
title: I love Hexo!
date: 2016-05-20 16:20
coauthor: liupeixin
---

And Then

After generate coauthor property, you can use like hexo-next-coauthor theme to show coauthor.

License

MIT