From 069b10066f7f8090d069c99944c5316b2f97839e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 27 Sep 2018 20:18:02 +0300 Subject: [PATCH] _config.yml: add ipfs & ipns gateways for future --- _config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index ded016a..4f0421f 100644 --- a/_config.yml +++ b/_config.yml @@ -27,3 +27,16 @@ plugins: sitemap: file: "/sitemap.xml" include: [PGP, PHP, keybase.txt, robots.txt] + +# {{ipfs}}/IPFSHASHHERE to get ipfs link via gateway. Hopefully future +# proof letting me simply swap the link here instead of changing it +# everywhere in case I will start using it. +# NOTE! I didn't get image embedding working with this, but the theory +# seems sound. +# IMPORTANT! When adding content, either add a directory with +# `ipfs add -r` OR SINGLE FILE `ipfs add -w file` so a new directory gets +# created for the content and when it's used, the filename and type are +# remembered which may be helpful with media files or embeds. +ipfs: https://cloudflare-ipfs.com/ipfs +# IPNS is also a thing +ipns: https://cloudflare-ipfs.com/ipns