deploy: 33c1bf1c38
This commit is contained in:
15
ipfs.html
15
ipfs.html
@ -3,8 +3,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>IPFS 🌱 Digital Garden</title>
|
||||
<meta name="description" content="The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file i...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618153210555860915"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<meta name="description" content="https://github.com/krl, CC BY-SA 3.0 https://creativecommons.org/licenses/by-sa/3.0, via Wikimedia Commons
|
||||
|
||||
The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618153385015441954"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,7 +15,7 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:59:56+00:00">
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T15:02:47+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
@ -23,7 +25,10 @@
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<p>The InterPlanetary File System (IPFS) is a <a class="internal-link" href="/protocol">protocol</a> and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.</p>
|
||||
<p><img src="https://user-images.githubusercontent.com/227587/114309496-4b6b1880-9ab5-11eb-86ab-f6660238a471.png" alt="Ipfs-logo-1024-ice-text" class="w-60" />
|
||||
https://github.com/krl, CC BY-SA 3.0 <a href="https://creativecommons.org/licenses/by-sa/3.0">https://creativecommons.org/licenses/by-sa/3.0</a>, via Wikimedia Commons</p>
|
||||
|
||||
<p>The InterPlanetary File System (IPFS) is a <a class="internal-link" href="/protocol">protocol</a> and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.</p>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/InterPlanetary_File_System">https://en.wikipedia.org/wiki/InterPlanetary_File_System</a></p>
|
||||
|
||||
@ -73,6 +78,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618153210555860915"></script>
|
||||
<script src="/assets/js/scripts.js?1618153385015441954"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user