# 用 ens 和 ipfs 快速搭建web3 的个人静态主页

By [smallday.eth](https://paragraph.com/@smallday) · 2022-08-20

---

如何用 ens 和 ipfs 快速搭建web3.0 的个人静态主页？

1、先准备好自己的主页源文件

2、注册 [https://app.pinata.cloud](https://app.pinata.cloud) 并上传文件，获得 CID

3、在 ens 修改CONTENT字段为: ipfs://{cid}

4、访问 [http://ens.limo](http://ens.limo) ，完成。

demo：[https://longcall.eth.limo](https://longcall.eth.limo)

---

*Originally published on [smallday.eth](https://paragraph.com/@smallday/ens-ipfs-web3)*
