https://github.com/tableflip/ipld.io
Official website for IPLD
https://github.com/tableflip/ipld.io
Last synced: 5 months ago
JSON representation
Official website for IPLD
- Host: GitHub
- URL: https://github.com/tableflip/ipld.io
- Owner: tableflip
- Created: 2017-05-12T23:37:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T15:29:22.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T20:46:15.890Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPLD website
[](http://ipn.io)
[](http://github.com/ipld/ipld)
[](http://webchat.freenode.net/?channels=%23ipfs)
[](https://github.com/RichardLitt/standard-readme)

> Official website for IPLD http://ipld.io
This repository contains the source code for the IPLD website available at http://ipld.io
This project builds out a static site to explain IPLD, ready for deployment on ipfs. It uses `hugo` to glue the html together. It provides an informative, public-facing website. The most important things are the words, concepts and links it presents.
The implementation aims to progressively enhance the content. The styling is done with [tachyons](http://tachyons.io/) to keep things light. The animations are done in SVG and CSS. There is very little JavaScript and the interactive elements that use JS should degrade gracefully on browsers without it.
## Install
```sh
git clone https://github.com/ipld/website
```
## Usage
The following commands are available:
### `npm start`
Start up the hugo dev server on http://localhost:1313 _(requires `hugo` on your `PATH`)_
### `npm run deploy`
Build the site in the `public` dir and add to `ipfs` _(requires `hugo` & `ipfs` on your `PATH`)_
## Dependencies
* `hugo` to build website
* `ipfs` to deploy changes
* `dnslink-deploy` to deploy changes
## Contribute
Please do! Check out [the issues](https://github.com/ipld/website/issues), or open a PR!
Check out our [contributing document](https://github.com/ipld/ipld/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to IPLD are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[MIT](LICENSE) © 2016 Protocol Labs Inc.