Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eric200203/hexo-mahgen
Mahgen plugin for Hexo.
https://github.com/eric200203/hexo-mahgen
Last synced: 3 months ago
JSON representation
Mahgen plugin for Hexo.
- Host: GitHub
- URL: https://github.com/eric200203/hexo-mahgen
- Owner: eric200203
- License: mit
- Created: 2023-02-27T08:15:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-01T05:46:45.000Z (over 1 year ago)
- Last Synced: 2024-07-05T00:59:39.201Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-mahgen
![](https://img.shields.io/npm/l/hexo-mahgen) |
![](https://img.shields.io/npm/v/hexo-mahgen)`hexo-mahgen` is a Hexo plugin for inserting mahjong tiles generated by [mahgen](https://github.com/eric200203/mahgen) into your blog.
## Installation
```shell
npm install --save hexo-mahgen
```## Usage
Use as a tag in `.md` files:
```markdown
{% mahgen 1m|_123p|5v05m|0z11s0z|66^6z %}
```You can check [this doc](https://github.com/eric200203/mahgen/blob/master/README.md) to see the grammar of sequences.
## License
[MIT](./LICENSE)