From 5d7a912e07bfa80bbd8a34aff6d61cde8fb50db7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 5 May 2019 20:05:53 +0300 Subject: [PATCH] _config.yml: replace ipns.co with eu.siderus.io Apparently the certificate for ipns.co expired a few days ago --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 6e96816..ac7db81 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/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg -icon: https://ipns.co/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.jpg +avatar: https://eu.siderus.io/ipfs/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg +icon: https://eu.siderus.io/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.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/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x12 # 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://eu.siderus.io