This is a metalsmith template based website. generate it with:
npm install
make
The output is in build/
.
Note: if you change layouts, you'll need to run make
again as the watcher fails to watch them :/
Publishing to https://ipfs.io
In order to publish to https://ipfs.io:
- Put the Digital Ocean DNS auth token in a file called
auth.token
- Run
make publish
- Run
make publish-to-domain
- make this easy to publish with ipfs.
- make this easy to publish with ipns + dns.