Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skzap/hexo-steem
- Owner: skzap
- Created: 2016-12-31T15:34:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T10:34:17.000Z (about 7 years ago)
- Last Synced: 2024-12-14T06:41:50.227Z (15 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```