diff --git a/README.md b/README.md index 616c882..df99318 100644 --- a/README.md +++ b/README.md @@ -139,12 +139,13 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [ipfs-add-from-url](https://github.com/maxlath/ipfs-add-from-url) - Add a file to IPFS from a URL instead of a file path - [ipfs-chrome-extension](https://github.com/dylanPowers/ipfs-chrome-extension) - Chrome extension to redirect ipfs.io traffic to local gateway - [ipfs-chrome-station](https://github.com/fbaiodias/ipfs-chrome-station) - Chrome extension to redirect ipfs.io traffic to local gateway -- [ipfs-common](https://github.com/arsyun) - some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. [Source](https://github.com/arsyun/ipfs-common) +- [ipfs-common](https://github.com/arsyun) - Some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. [Source](https://github.com/arsyun/ipfs-common) - [ipfs-companion](https://github.com/ipfs/ipfs-companion) - Browser extension that simplifies access to IPFS resources. - [ipfs-gui](https://github.com/marcin212/ipfs-gui) - Windows UI integration and IPFS installer - [ipfs-linux-service](https://github.com/dylanPowers/ipfs-linux-service) - IPFS Linux Init Daemon - [ipfs-mount](https://github.com/richardschneider/net-ipfs-mount) - Mount IPFS as a mapped drive on Windows - [ipfs-paste](https://github.com/jbenet/ipfs-paste) - Paste stdin and clipboard to IPFS +- [ipfs-publish](https://ipfs-publish.uhlir.dev) - Continuous Delivery tool for delivery of static websites from Git providers to IPFS. [Source](https://github.com/AuHau/ipfs-publish) - [ipfs-screencap](https://github.com/jbenet/ipfs-screencap) - Capture screenshots, publish them to IPFS, and copy the link to the clipboard. - [ipfscrape](https://github.com/victorbjelkholm/ipfscrape) - Scrape a webpage with all assets and put it in IPFS - [ipfsecret](https://github.com/c2fo-lab/ipfsecret) - Encrypt and decrypt IPFS files with a secret passphrase diff --git a/data/tools.yaml b/data/tools.yaml index df16037..d644fbd 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -97,4 +97,9 @@ content: website: https://github.com/arsyun source: https://github.com/arsyun/ipfs-common description: > - some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. + Some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. +- title: ipfs-publish + picture: /images/ipfs-publish.png + website: https://ipfs-publish.uhlir.dev + source: https://github.com/AuHau/ipfs-publish + description: Continuous Delivery tool for delivery of static websites from Git providers to IPFS. diff --git a/src/static/images/ipfs-publish.png b/src/static/images/ipfs-publish.png new file mode 100644 index 0000000..dcf2995 Binary files /dev/null and b/src/static/images/ipfs-publish.png differ