hexo-git-username-coauthor

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i hexo-git-username-coauthor

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

5.22 kB

Total Files

7

Last publish

Collaborators

  • peixin