Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skzap/hexo-steem

add your steem articles on your hexo blog
https://github.com/skzap/hexo-steem

Last synced: 2 days ago
JSON representation

add your steem articles on your hexo blog

Awesome Lists containing this project

README

        

# hexo-steem

A hexo plugin to publish your steem articles to your personal blog

## Install
```
npm install --save hexo-steem
```

## Config
Edit the _config.yml file in your hexo blog folder and add the following:

```
steem_users:
- username1
- username2
- username3
etc
```