gsf / website

The multiformats website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CSS 66.3%Language:HTML 26.6%Language:JavaScript 7.1%