mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
_config.yml: add ipfs & ipns gateways for future
This commit is contained in:
parent
3ea8a0672f
commit
069b10066f
13
_config.yml
13
_config.yml
@ -27,3 +27,16 @@ plugins:
|
|||||||
sitemap:
|
sitemap:
|
||||||
file: "/sitemap.xml"
|
file: "/sitemap.xml"
|
||||||
include: [PGP, PHP, keybase.txt, robots.txt]
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user