Skip to content

RichardLitt/website

 
 

Repository files navigation

Website

The IPLD.io website

Current iteration: https://ipfs.io/ipfs/QmQmAh8R6xvu7cXrTXaxs28dqhJC6viDD6sBAFtt9aEDCP/_site

Install

git clone https://github.com/ipld/ipld.io

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 Inc.

About

ipfs website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.3%
  • HTML 32.1%
  • JavaScript 6.6%