• This repository has been archived on 05/Jul/2021
  • Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language Less
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repo has been replaced by https://github.com/ipfs/ipfs-website/

THIS REPOSITORY IS BEING DEPRECATED

Heads up! On 24 June 2021, this repository will be deprecated and replaced with ipfs/ipfs-website. This repository will not be receiving any updates. It is here for historical purposes.


IPFS Website

build status

Official website for IPFS http://ipfs.io

This project builds out a static site to explain IPFS, ready for deployment on ipfs itself. 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 site content is in content/ directory.

Install

> git clone https://github.com/ipfs/website

Usage

To deploy the site ipfs.io, run:

# Build out the optimised site to ./public, where you can check it locally.
> make

# Add the site to your local ipfs, you can check it via /ipfs/<hash>
> make deploy

# Save your dnsimple api token as auth.token
> cat "<api token here>" > auth.token

# Update the dns record for ipfs.io to point to the new ipfs hash.
> make publish-to-domain

The following commands are available:

make

Build the optimised site to the ./public dir

make serve

Preview the production ready site at http://localhost:1313 (requires hugo on your PATH)

make dev

Start a hot-reloading dev server on http://localhost:1313 (requires hugo on your PATH)

make minify

Optimise all the things!

make deploy

Build the site in the public dir and add to ipfs (requires hugo & ipfs on your PATH)

make publish-to-domain πŸš€

Update the DNS record for ipfs.io. (requires an auto.token file to be saved in the project root.)

If you'd like to update the dnslink TXT record for another domain, pass DOMAIN=<your domain here> like so:

> make publish-to-domain DOMAIN=tableflip.io

See the Makefile for the full list or run make help in the project root. You can pass the env var DEBUG=true to increase the verbosity of your chosen command.

Latest Blog Posts

The IPFS Starlog list in the Latest section is populated from the IPFS blog, which has a separate build and deploy process. That process includes building an index.json file containing the latest post data in the blog's root directory. Latest posts can be rendered by this project via two mechanisms:

  1. Statically, at build time. The /layouts/partials/latest.html partial contains code (currently commented-out) which GETs index.json from its expected absolute URL and uses the returned data to populate the IPFS Starlog.
  2. Dynamically, via the /js/lib/blog-feed.js script. This script requests the resource at /ipns/blog.ipfs.io/index.json once the page has loaded to avoid any CORS concerns. If successful, the response will be used to overwrite any static content.

Dependencies

  • hugo to build website
  • Node.js and npm for build tools
  • ipfs to deploy changes
  • jq, curl and an auth.token file in the project root containing your dnsimple api token to update the dns

All other dependencies are pulled from npm and the Makefile will run npm install for you because it's nice like that.

Contribute

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

Check out our notes on contributing for more information on how we work, and about contributing in general. Please be aware that all interactions related to IPFS are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

More Repositories

1

js-ipfs-http-client

[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
JavaScript
1,050
star
2

research-CRDT

[ARCHIVED] Repo to organize our ideas about research implementations of CRDTs.
484
star
3

reading-list

[ARCHIVED] Moved to https://docs.ipfs.io β€” papers to read to understand IPFS
TeX
225
star
4

interface-js-ipfs-core

[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
JavaScript
192
star
5

examples

[ARCHIVED] DEPRECATED β€” merged into IPFS docs
185
star
6

archives

[ARCHIVED] Repo to coordinate archival efforts with IPFS
183
star
7

faq

[ARCHIVED] DEPRECATED, please use https://discuss.ipfs.io! Frequently Asked Questions
164
star
8

blog

[ARCHIVED] Source for the IPFS Blog
CSS
98
star
9

package-managers

[ARCHIVED] πŸ“¦ IPFS Package Managers Task Force
97
star
10

docs

[ARCHIVED] πŸ€– πŸ“š IPFS documentation working group, plus IPFS docs site code
HTML
87
star
11

kubernetes-ipfs

[ARCHIVED] kubernetes-ipfs
Go
60
star
12

dynamic-data-and-capabilities

[ARCHIVED] Dynamic Data and Capabilities in IPFS Working Group
59
star
13

js-libp2p-ipfs-nodejs

[ARCHIVED] DEPRECATED β€” libp2p build (module) used in js-ipfs
JavaScript
42
star
14

bifrost-gateway

Experimental gateway with delegated backend. No longer maintained, consider migrating to https://github.com/ipfs/rainbow/
Go
41
star
15

http-api-docs

Documentation on IPFS HTTP API endpoints.
Go
39
star
16

js-libp2p-ipfs-browser

[ARCHIVED] DEPRECATED β€” libp2p build (module) used in js-ipfs when running it on the browser
JavaScript
37
star
17

old-js-ipfs-website

The Website for the JavaScript implementation of the IPFS protocol
HTML
35
star
18

ipfs.js

[ARCHIVED] See https://github.com/ipfs/js-ipfs
33
star
19

starlog

[ARCHIVED] [DEPRECATED] logging the development of an interplanetary filesystem
HTML
33
star
20

http-api-spec

[ARCHIVED] DEPRECATED β€” Apiary IPFS HTTP API description
API Blueprint
32
star
21

sig-blockchain-data

[ARCHIVED] Using IPFS for storing data for Blockchain apps.
32
star
22

conf

[ARCHIVED] IPFS Conf [PLACEHOLDER REPOSITORY]
28
star
23

js-ipfs-mfs

[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
JavaScript
28
star
24

POST

[ARCHIVED] POST - a datastructure for human communication
24
star
25

ipfs-postmsg-proxy

[DEPRECATED] Use ipfs-message-port-server/client instead:
JavaScript
24
star
26

ipfs-ui-style-guide

A UI style guide for IPFS Apps
JavaScript
22
star
27

support

[ARCHIVED] For questions on how to get IPFS up and running smoothly
22
star
28

js-ipfs-unixfs-engine

[ARCHIVED] JavaScript implementation of the layout and chunking mechanisms used by IPFS
JavaScript
22
star
29

ipfs-web-app

[ARCHIVED] DEPRECATED β€” ipfs-web-app tool
JavaScript
19
star
30

developer-meetings

[ARCHIVED] 2018 IPFS Developers Meeting in Berlin
17
star
31

npm-go-ipfs-dep

DEPRECATED by https://github.com/ipfs/npm-go-ipfs
JavaScript
16
star
32

file-browser

[ARCHIVED] generic-ipfs-file-browser-ui-thing
JavaScript
16
star
33

research-p2p-video

[ARCHIVED] Repo to organize our ideas about research and implementations Video applications on top of IPFS and libp2p
16
star
34

research-bitswap

[ARCHIVED] repo to organize research on bitswap
15
star
35

research

[ARCHIVED] Moved to https://github.com/ipfs/notes
14
star
36

ipfs-redux-bundle

[DEPRECATED] Use ipfs-provider instead:
JavaScript
13
star
37

logo

[ARCHIVED] IPFS logo
HTML
13
star
38

refs

[ARCHIVED] DMCA notices, and tools for publishing them
Go
12
star
39

2016-IPFS-Workshop-Lisbon

[ARCHIVED] Repo for the 2016 Q3 Workshop, in Lisbon and remote
12
star
40

go-iprs

[ARCHIVED] go-ipfs records
Go
12
star
41

pdd

[ARCHIVED] Protocol Driven Development
12
star
42

archive-format

[ARCHIVED] DEPRECATED β€” car - Certified ARchives
12
star
43

gx-workspace

[ARCHIVED] A gx tool for working with a big bunch of repositories/packages
Go
12
star
44

window.ipfs-fallback

[DEPRECATED] Use ipfs-provider instead:
JavaScript
11
star
45

RFC

[ARCHIVED] RFCs for changes to IPFS and its surrounding projects
11
star
46

user-research

[ARCHIVED] User research for the IPFS Project.
10
star
47

glossary

[ARCHIVED] A collection of descriptions for terms related to ipfs and surrounding techs
10
star
48

pm-test-lab

[ARCHIVED] DEPRECATED β€” check https://github.com/ipfs/testground/ for the latest
10
star
49

fs-stress-test

[ARCHIVED] IPFS Stress tests
Shell
10
star
50

benchmark-js.ipfs.io

[ARCHIVED] Benchmarking interface for js-ipfs
JavaScript
9
star
51

window.ipfs-is-required

Show a download link for IPFS Companion when window.ipfs is not detected.
JavaScript
8
star
52

ipfs-performance-profiling

[ARCHIVED] Benchmarking tests for js-ipfs, using go-ipfs as a baseline.
JavaScript
8
star
53

jenkins

[ARCHIVED] Configuration for IPFS's build system
HCL
8
star
54

project-operations

[ARCHIVED] The IPFS Project Operations Working Group
7
star
55

project-repos

[ARCHIVED] Project health metrics
CoffeeScript
7
star
56

js-ipfs-name

Publishing and resolving IPNS records
JavaScript
6
star
57

connections-globe

[ARCHIVED] An interactive globe to view all your IPFS peers
JavaScript
6
star
58

interface-pull-blob-store

[ARCHIVED] Test suite for pull-blob-stores
JavaScript
6
star
59

websiter

[ARCHIVED] Foundation and tool for managing websites around IPFS
HTML
5
star
60

ops-requests

[ARCHIVED] Requests about infrastructure operations
5
star
61

dweblink-infra

[ARCHIVED] DEPRECATED β€” Infrastructure for dweb.link
HCL
5
star
62

ipfs-pages

[ARCHIVED] Easy publishing of static web content on IPFS
5
star
63

js-ipfs-multipart

[ARCHIVED] A set of utilities to help dealing with IPFS multipart
JavaScript
5
star
64

bitswap-ml

[ARCHIVED] bitswap + ml
5
star
65

go-commands

[ARCHIVED] DEPRECATED β€” Commands library for go-ipfs
Go
5
star
66

go-blocks

[ARCHIVED] DEPRECATED β€” Blockservice and blockstore for go-ipfs
Go
5
star
67

js-ipfs-unixfs-importer

[ARCHIVED] JavaScript implementation of the UnixFs importer used by IPFS
JavaScript
5
star
68

go-ipfs-addr

[ARCHIVED] DEPRECATED - Parsing utility for ipfs multiaddrs
Go
5
star
69

community-call-helper

[ARCHIVED] Schedule a Community Sync Up via Github Issues
Vue
4
star
70

ci-sync

[ARCHIVED] CI dashboard for Protocol Labs projects
Go
4
star
71

js-docker-base

[ARCHIVED] Base image for JS projects
Shell
4
star
72

sprint-helper-bot

[ARCHIVED] A helper for sprints
JavaScript
4
star
73

dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3
star
74

ipfs-mans

[ARCHIVED] DEPRECATED: The IPFS CLI Manuals
JavaScript
3
star
75

ipfs-metrics

[ARCHIVED] ipfs-metrics is a tool for managing ipfs event log streams
Go
3
star
76

conf.ipfs.io

[ARCHIVED] The IPFS Conference & Developer Meetings Website
3
star
77

go-key

[ARCHIVED] DEPRECATED β€” ipfs block keys and related utilities
Go
2
star
78

go-ds-lru

[ARCHIVED] A datastore implementation that uses an lru to cache results from a different backing datastore
Go
2
star
79

ipfs-nodeschool

[ARCHIVED] The workshoper to go InterPlanetary πŸŒπŸš€βœ¨πŸŒŒ
JavaScript
2
star
80

go-waffle

[ARCHIVED] Repo used to create a overview of all the Golang repos in waffle
2
star
81

jest-environment-aegir

[ARCHIVED] Jest Environment used in Aegir
JavaScript
2
star
82

jenkins-libs

[ARCHIVED] Reusable pipelines to be run on Jenkins
Groovy
2
star
83

badgerds-upgrade

[ARCHIVED] Badger datastore upgrade tool
Go
2
star
84

eslint-config-aegir

[ARCHIVED] Eslint Shareable Config for Aegir
JavaScript
2
star
85

node-github-issue-bot

[ARCHIVED] DEPRECATED β€” Automatically schedule and create GitHub issues
JavaScript
2
star
86

js-ipfs-unixfs-exporter

[ARCHIVED] JavaScript implementation of the UnixFs exporter used by IPFS
JavaScript
2
star
87

datatogether

[ARCHIVED] Old website for datatogether.org
HTML
2
star
88

ipfs-sharness-tests

[ARCHIVED] Sharness tests to test IPFS implementations
Shell
2
star
89

community-calls-reminder

[ARCHIVED] A script that reminds folks to sign up for community calls
JavaScript
1
star
90

aegir-test-repo

[ARCHIVED] A clone of js-ipfs-api that we use for testing aegir.
JavaScript
1
star
91

browser-process-platform

[ARCHIVED] Browser shim for Node.js process.platform.
JavaScript
1
star
92

go-ipfs-flags

[ARCHIVED] DEPRECATED - go-ipfs-flags groups go-ipfs configuration options used by several modules
Go
1
star
93

js-waffle

[ARCHIVED] Repo used to create a overview of all the JS repos in waffle
1
star