hexo-tag-mastodon
Version:
Add the mastodon embed tag
23 lines (16 loc) • 320 B
Markdown
# hexo-tag-mastodon
Add a embed mastodon posts
## Installation
```
npm install hexo-tag-mastodon --save
```
## Usage
```
{% mastodon post-url %}
```
## Example
```
{% mastodon https://friends.nico/@user_38833477/100741663385468494 %}
```
## License
This hexo plugin is under the MIT license.