mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 05:49:23 +01:00
Change site.ipfs & site.ipns into site.ipfsGateway
This was a lot easier than I thought as I didn't realize I had only used it in one place (according to GitHub search) before #137. Fixes: #138
This commit is contained in:
parent
b973adf50c
commit
28619f769c
11
_config.yml
11
_config.yml
@ -32,13 +32,12 @@ include: [PGP, PHP, keybase.txt, robots.txt, avatar.jpeg]
|
|||||||
avatar: https://ipns.co/ipfs/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg
|
avatar: https://ipns.co/ipfs/QmbRqyJteL8qyYefSMgVBWUEKoXRNQL7q61xhcJeoRr35h/250x250.jpg
|
||||||
icon: https://ipns.co/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.jpg
|
icon: https://ipns.co/ipfs/Qma7jaHDBkGk6aEuJEbbCaqgykUrn1X8XhtZ2nMbrYgVKv/128x128.jpg
|
||||||
|
|
||||||
# {{site.ipfs}}/IPFSHASHHERE to get ipfs link via gateway. Hopefully future
|
# {{site.ipfsGateway}}/ipfs/IPFSHASHHERE to get ipfs link via gateway.
|
||||||
# proof letting me simply swap the link here instead of changing it
|
# Hopefully future proof letting me simply swap the link here instead of
|
||||||
# everywhere in case I will start using it.
|
# changing it everywhere.
|
||||||
# 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://ipns.co/ipfs
|
# Note: no trailing slash after the URL, only https://domain.tld
|
||||||
# IPNS is also a thing
|
ipfsGateway: https://ipns.co
|
||||||
ipns: https://ipns.co/ipns
|
|
||||||
|
@ -139,7 +139,7 @@ you should be seeing DNS cache of Firefox and a lot of `TRR: true`.
|
|||||||
requesting the fetched content.
|
requesting the fetched content.
|
||||||
* [Firefox: Foxy Proxy](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/)
|
* [Firefox: Foxy Proxy](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/)
|
||||||
* [Chrome?](https://chrome.google.com/webstore/detail/foxyproxy-standard/gcknhkkoolaabfmlnjonogaaifnjlfnp)
|
* [Chrome?](https://chrome.google.com/webstore/detail/foxyproxy-standard/gcknhkkoolaabfmlnjonogaaifnjlfnp)
|
||||||
* Onions to Tor, I2P to I2P. [My rules]({{site.ipfs}}/QmQUc6SmBS8jgvceRLjFsVJNy2NrikDotcQVFxHeRwtQRz/foxyproxy.json)
|
* Onions to Tor, I2P to I2P. [My rules]({{site.ipfsGateway}}/ipfs/QmQUc6SmBS8jgvceRLjFsVJNy2NrikDotcQVFxHeRwtQRz/foxyproxy.json)
|
||||||
* [Firefox: Tab Counter](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/)
|
* [Firefox: Tab Counter](https://addons.mozilla.org/en-US/firefox/addon/tab-counter-webext/)
|
||||||
* [Firefox: Lightbeam](https://addons.mozilla.org/en-US/firefox/addon/lightbeam/)
|
* [Firefox: Lightbeam](https://addons.mozilla.org/en-US/firefox/addon/lightbeam/)
|
||||||
* I especially like *nicer dark* with Memrise.
|
* I especially like *nicer dark* with Memrise.
|
||||||
|
Loading…
Reference in New Issue
Block a user