hexo-steem

add your steem articles on your hexo blog

Usage no npm install needed!

<script type="module">
  import hexoSteem from 'https://cdn.skypack.dev/hexo-steem';
</script>

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