1. ipfs setup for pelican

    To enable pelican's makefile to output ipfs add the following to your makefile

    !makefile

    ipfs: html
        ipfs swarm peers >/dev/null || (echo "ipfs daemon must be online to publish" && exit 1)
        ipfs add -r -q $(OUTPUTDIR) | tail -n1 >versions/current
        cat versions/current >>versions/history
        @export hash=`cat versions/current …
    read more
  2. It Lives

    Finally got around to putting up a site here. For those interested I use Pelican with a makefile modded to publish to ipfs and my dns is set to redirect to my ipns entry on an ipfs gateway.

    As a backup this site can be reached via ipfs.io gateway …

    read more

« Page 2 / 2

links

social