Add gatsby-plugin-ipfs to tools section

See https://github.com/moxystudio/gatsby-plugin-ipfs
This commit is contained in:
André Cruz 2018-08-03 13:48:46 -07:00
parent cd0e7d775e
commit b94b4cb646
2 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,7 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or
- [Blockwatch](https://ipfs.io/ipfs/QmdikpwcyeBuGaVzWzSzPuqvBfTGD8jPAVydcCjYHsBUxo/index.html) - Monitor the current block number of the Ethereum blockchain, and set alerts (stored locally using PouchDB in your browser) for when certain block heights are passed. [Source](https://github.com/MidnightLightning/ethereum-blockwatch)
- [cachewarmer](https://github.com/BrendanBenshoof/cachewarmer) - Donate ipfs gateways to cache other people's content
- [gatsby-plugin-ipfs](https://github.com/moxystudio/gatsby-plugin-ipfs) - Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative.
- [git-remote-ipfs](https://github.com/cryptix/git-remote-ipfs) - push/pull repositories from/to IPFS
- [http2ipfs](https://github.com/jbenet/http2ipfs-web) - This is a simple webtool to add URLs to an IPFS node.
- [ipcat](https://github.com/noffle/ipcat) - :cat2: Retrieve IPFS object data and send it to stdout.

View File

@ -6,6 +6,9 @@ content:
- title: cachewarmer
source: https://github.com/BrendanBenshoof/cachewarmer
description: Donate ipfs gateways to cache other people's content
- title: gatsby-plugin-ipfs
source: https://github.com/moxystudio/gatsby-plugin-ipfs
description: Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative.
- title: git-remote-ipfs
source: https://github.com/cryptix/git-remote-ipfs
description: push/pull repositories from/to IPFS