diff --git a/README.md b/README.md index f61a2b3..932853c 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search ## Articles +- 2019-05-12: [The Complete Beginner's Guide to Deploying Your First Static Website to IPFS](https://dev.to/agentofuser/the-complete-beginner-s-guide-to-deploying-your-first-static-website-to-ipfs-33po) - 2018-08-06: [Content Identifiers in IPFS](https://pascalprecht.github.io/posts/content-identifiers-in-ipfs/) - 2018-07-11: [On future-proof cryptographic hashes](https://pascalprecht.github.io/posts/future-proofed-hashes-with-multihash/) - 2017-08-21: [Understanding the IPFS White Paper part 2](https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html) diff --git a/data/articles.yaml b/data/articles.yaml index d219960..e7324e7 100644 --- a/data/articles.yaml +++ b/data/articles.yaml @@ -44,3 +44,7 @@ content: - title: Understanding the IPFS White Paper part 2 date: '2017-08-21' website: https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html + - title: "The Complete Beginner's Guide to Deploying Your First Static Website to IPFS" + date: '2019-05-12' + website: https://dev.to/agentofuser/the-complete-beginner-s-guide-to-deploying-your-first-static-website-to-ipfs-33po + picture: /images/tutorial-ipfs-deploy.jpeg diff --git a/src/static/images/tutorial-ipfs-deploy.jpeg b/src/static/images/tutorial-ipfs-deploy.jpeg new file mode 100644 index 0000000..f9fc147 Binary files /dev/null and b/src/static/images/tutorial-ipfs-deploy.jpeg differ