BTCP-community / bitcoinprivate-prefork-website

The pre-fork website for Bitcoin Private.
11 stars 15 forks source link

Add Medium Blogs on website #21

Closed ttran4040 closed 6 years ago

ttran4040 commented 6 years ago

Need ability to show our medium blogs on website for SEO purposes.

drekli commented 6 years ago

After a quick look last night, there are a range of ways of pulling posts as json:

https://medium.com/@zclassic?format=json

https://medium.com/@zclassic/latest?format=json

Just need a nice method to template and style it.

Fj00 commented 6 years ago

feature/blog branch

Currently set up for local testing only. Using posts.json for sample data from another medium site, which does not need to be in production. In Blog.js, for production, lines 2, 6, 7 will need to be uncommented, and lines 4, 8 will need to be commented out.

daniel-farina commented 6 years ago

done.