mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-26 05:02:37 +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"
|
||||
include: [PGP, PHP, keybase.txt, robots.txt, avatar.jpeg]
|
||||
|
||||
avatar: https://cloudflare-ipfs.com/ipfs/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg
|
||||
icon: https://cloudflare-ipfs.com/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.jpg
|
||||
avatar: https://ipns.co/ipfs/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg
|
||||
icon: https://ipns.co/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.jpg
|
||||
|
||||
# {{site.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
|
||||
ipfs: https://ipns.co/ipfs
|
||||
# IPNS is also a thing
|
||||
ipns: https://cloudflare-ipfs.com/ipns
|
||||
ipns: https://ipns.co/ipns
|
||||
|
Loading…
Reference in New Issue
Block a user