You are viewing a single comment's thread from:
RE: steemblog -- browsing your steem posts faster
thanks @justty (行长),
yes. @dapeng developed one R package or command for building blog with hugo
I think, e.g. https://steemit.netlify.com/ . Comparing to @dapeng 's version, this one might provide a bit more advantage in user experience and more optimization in build efficiency to make the service scalable and open to everyone.
I have added you into steemblog. Your home page is: https://steemblog.github.io/@justyy/
Your kind comments are very practical and helpful. Thanks a lot. Some feedback here:
- I have setup a backup with Netlify actually, but GitHub pages fit the scenarios better. We may open another subdomain on github.io as a backup site.
- we actually didn't use any steem keys to fetch the data from steem. (the blockchain data are open :)) The file settings.py was copied from a previous project, but we didn't do code cleanup. We may need the posting keys later if we want to enable steemblog to write back into steem blockchain, and we can remove the active keys.
- Umm... I also thought about that earlier. I can do some refactor, or even generalize them and merge them into
beem
project. - sure. I can refactor that module and send to holger for review whether it's necessary to include part of them into
beem
. - sure. We will add unit tests.
- cool. I'll put that into the future plan.
The above suggestions are logged as issues in the steemblog/blog project in order to track and schedule.