From c1d287ab46121780f53ab56a51e42c8a96c93b20 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 9 Jul 2019 16:26:25 +0300 Subject: [PATCH] _config.yml: use ipfs.privacytools.io as IPFS gateway IPNS.co gives randomly Cloudflared hosts and the hosts may also be outside of the European Union. I know PTIO sysadmins and I know it's not behind Cloudflare and in France at OVH. --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index a565e3e..87db0ad 100644 --- a/_config.yml +++ b/_config.yml @@ -29,8 +29,8 @@ sitemap: file: "/sitemap.xml" include: [PGP, PHP, keybase.txt, robots.txt, avatar.jpeg] -avatar: https://ipns.co/ipfs/Qmf4MkLJPvG2sjEGu8g4fE25Ui9MDnYHXXaM2C5uo5XUkx/250.jpg -icon: https://ipns.co/ipfs/Qmf4MkLJPvG2sjEGu8g4fE25Ui9MDnYHXXaM2C5uo5XUkx/128.jpg +avatar: https://ipfs.privacytools.io/ipfs/Qmf4MkLJPvG2sjEGu8g4fE25Ui9MDnYHXXaM2C5uo5XUkx/250.jpg +icon: https://ipfs.privacytools.io/ipfs/Qmf4MkLJPvG2sjEGu8g4fE25Ui9MDnYHXXaM2C5uo5XUkx/128.jpg # {{site.ipfsGateway}}/ipfs/IPFSHASHHERE to get ipfs link via gateway. # Hopefully future proof letting me simply swap the link here instead of @@ -40,4 +40,4 @@ icon: https://ipns.co/ipfs/Qmf4MkLJPvG2sjEGu8g4fE25Ui9MDnYHXXaM2C5uo5XUkx/128.jp # created for the content and when it's used, the filename and type are # remembered which may be helpful with media files or embeds. # Note: no trailing slash after the URL, only https://domain.tld -ipfsGateway: https://ipns.co +ipfsGateway: https://ipfs.privacytools.io