mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-26 13:12:34 +01:00
_config.yml: switch ipfs gateway from cloudflare-ipfs.com to ipns.co
This commit is contained in:
parent
86371d2b83
commit
d0abe946f7
10
_config.yml
10
_config.yml
@ -28,18 +28,16 @@ sitemap:
|
|||||||
file: "/sitemap.xml"
|
file: "/sitemap.xml"
|
||||||
include: [PGP, PHP, keybase.txt, robots.txt, avatar.jpeg]
|
include: [PGP, PHP, keybase.txt, robots.txt, avatar.jpeg]
|
||||||
|
|
||||||
avatar: https://cloudflare-ipfs.com/ipfs/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg
|
avatar: https://ipns.co/ipfs/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg
|
||||||
icon: https://cloudflare-ipfs.com/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.jpg
|
icon: https://ipns.co/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.jpg
|
||||||
|
|
||||||
# {{site.ipfs}}/IPFSHASHHERE to get ipfs link via gateway. Hopefully future
|
# {{site.ipfs}}/IPFSHASHHERE to get ipfs link via gateway. Hopefully future
|
||||||
# proof letting me simply swap the link here instead of changing it
|
# proof letting me simply swap the link here instead of changing it
|
||||||
# everywhere in case I will start using 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
|
# IMPORTANT! When adding content, either add a directory with
|
||||||
# `ipfs add -r` OR SINGLE FILE `ipfs add -w file` so a new directory gets
|
# `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
|
# created for the content and when it's used, the filename and type are
|
||||||
# remembered which may be helpful with media files or embeds.
|
# remembered which may be helpful with media files or embeds.
|
||||||
ipfs: https://cloudflare-ipfs.com/ipfs
|
ipfs: https://ipns.co/ipfs
|
||||||
# IPNS is also a thing
|
# IPNS is also a thing
|
||||||
ipns: https://cloudflare-ipfs.com/ipns
|
ipns: https://ipns.co/ipns
|
||||||
|
Loading…
Reference in New Issue
Block a user