From b94b4cb646ae9369179ae5ee9b66c57f980e49e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Fri, 3 Aug 2018 13:48:46 -0700 Subject: [PATCH] Add gatsby-plugin-ipfs to tools section See https://github.com/moxystudio/gatsby-plugin-ipfs --- README.md | 1 + data/tools.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 4fa047b..f567dee 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/data/tools.yaml b/data/tools.yaml index 84568b0..b1ced03 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -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