Publishing a jekyll blog on ipfs

I just switched a blog that I have been publishing on github pages to publishing via IPFS.

The publishing is completely automated via github (for now), travis CI, and AWS route53. I am not using IPNS currently.

I wrote a blog post about how this works. I hope somebody will find it useful: http://blog.klaehn.org/2018/06/06/publish-blog-on-ipfs/

I did not yet figure out how to make all links in jekyll relative, but when the blog is accessed via its url this does not matter.

2 Likes

Recorded, published, hosting.

I think I’m going to try to make a corresponding website to go with my little thread. I’ll probably start on it tonight. This could be a useful resource. Thanks for the contribution!

Also let me know if there is anything you want me to add to my thread.

4 Likes

I’m not using Jekyll but I adapted another SSG for IPFS. Some of the issues are bound to be the same. You might want to see how I solved the relative links problem:

https://js.ipfs.io/ipns/QmZJBQBXX98AuTcoR1HBGdbe5Gph74ZBWSgNemBcqPNv1W/

go to tag “Tutorial”

1 Like