January 3, 2022How to host site on web3 easily?my personal site arunthachi.com is hosted on IPFS using Fleek.coHugo (source code framework using Go) –> Github (repo) –> Fleek.co (web3 hosting) –> Cloudflare (DNS + Edge service) Step 1: Create a website using your favorite programming language or framework such as Next.js, Gatsby, Hugo, Wordpress, React, Vue.js. I used Hugo as a single site generator (SSG) framework to build my arunthachi.com site. Hugo uses Go language to generate site code. ...