Skip to content

gsf/website

 
 

Repository files navigation

multiformats website

The multiformats website

Current iteration: https://ipfs.io/ipfs/QmVhFMu7ryuFyRXm8gpxWmVuSsLR5H9Z91j8YcTrc9GmUL

Install

git clone https://github.com/multiformats/website

Usage

Build

jekyll build

Serve

jsekyll serve

Deploy

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/

Contribute

Please do! Check out the issues, or open a PR!

Note that this README follows the Standard-Readme protocol.

License

MIT © Protocol Labs

About

The multiformats website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 66.3%
  • HTML 26.6%
  • JavaScript 7.1%