The multiformats website
Current iteration: https://ipfs.io/ipfs/QmVhFMu7ryuFyRXm8gpxWmVuSsLR5H9Z91j8YcTrc9GmUL
git clone https://github.com/multiformats/websitejekyll build
jsekyll serve
jekyll build
ipfs add -r .
# Copy <hash1> for `website` into the appropriate baseurl and path in _config.yml
ipfs add -r .
# Then, take the newest hash for `website`
ipfs pin add <hash2>
# Then go to https://ipfs.io/ipfs/<hash2>/_site/Please do! Check out the issues, or open a PR!
Note that this README follows the Standard-Readme protocol.
MIT © Protocol Labs