Jessica Schilling created src/.vuepress/public/2021-01-19-news-brave-decrypt.jpg Jessica Schilling updated src/_blog/newscoverage.md
IPFS Blog
Source for the IPFS Blog
Usage
TK (dependencies etc)
Run the site in dev mode
$ instructions TK
...
Web Server is available at http://localhost:8080/
Build the production site
$ instructions TK
...
Site built out to ./dist dir
This will build out the static site, optimized and ready for deployment, to the ./dist directory.
Create a new blog post
Forestry instructions TK, including info on metadata, tags, custom header image, and other best practices
Canonical tag list
Please note uppercase letters, where they exist, for consistency. If you need to add a tag, think carefully, and then add it to this list too.
- AEgir
- API
- async/await
- Bitswap
- blockstore
- bootstrap nodes
- breaking change
- browsers
- case study
- CDN
- censorship
- CID
- CLI tools
- collaborative cluster
- community (include ecosystem/collabs here)
- conferences
- containerization
- content routing
- CRDTs
- DAG
- datastore
- demo
- DHT
- DNSLink
- Docker
- docs
- Drand
- encryption
- Ethereum
- Filecoin
- gateways
- go-ipfs
- Gossipsub
- identity
- infrastructure
- interoperability
- interview
- IoT
- IPFS Camp
- IPFS Cluster
- IPFS Companion
- IPFS Desktop
- IPFS Web UI
- IPLD
- IPNS
- js-ipfs
- Kademlia
- Kubernetes
- libp2p
- Linux
- MacOS
- MFS
- mobile (including Android, iOS)
- official meetup
- package managers
- pinning
- project planning
- pubsub
- QUIC
- recap (annual, quarterly, etc)
- research
- Rust
- SECIO
- security
- static publishing
- streaming
- Testground
- tutorial
- Windows
- weekly
- whitepaper
Editing
Submit a Github PR with your changes, and request a review.
- Make a change to a file
- Add and commit.
- Push to a remote branch.
- Make a pull request to
master. - Request a review from another member of the IPFS org.
Publishing
Most publishing activities can take place in Forestry, but ...
CircleCI builds the static site, pins it to our IPFS Cluster, and provides a preview link for a review on the gateway. Merges to to master do the same steps plus update the DNSLink for the domain.
In order for CircleCI to build the site after your merge, you must be a member of the website-deployers, comms, GUI or admin teams on the IPFS GitHub org and you must subscribe to the CircleCI builds for the ipfs/blog repository. Create a free CircleCI account, and then subscribe to the repo here.
After the CircleCI build completes, it will take a few minutes for the DNS update to propagate and your changes to show up on the website.
Translating 🌐✍️
To be replaced with VuePress-accurate translation instructions Every post can be optionally translated by:
-
Ensuring
config.tomlincludes relevant language code in[languages]section -
Adding a translation file with correct locale suffix, for example:
- English:
content/post/45-ipfs-weekly-11.md→ //blog.ipfs.io/45-ipfs-weekly-11/ - Chinese (Simplified):
content-i18n/<lang_code>/post/45-ipfs-weekly-11.md→ //blog.ipfs.io/zh-cn/45-ipfs-weekly-11/
Note: To ensure the translation is grouped with source post the
translationKeyheader needs to be the same in both files, andurlof translation needs to be prefixed with locale code (zh-cnfor Chinese Simplified), for example:--- date: 2018-09-25 title: IPFS 周报-11 permalink: /zh-cn/45-ipfs-weekly-11/ translationKey: 45-ipfs-weekly-11 --- - English:
Having that, non-english version will have unique URL, as seen on the example below:
| Chinese (Simplified) | English |
|---|---|
![]() |
![]() |
Contribute
Feel free to join in! PRs and issues are welcome.
This repository falls under the IPFS Code of Conduct.
Want to hack on IPFS?
License
© Protocol Labs | Code is licensed with the MIT License. Except as noted, other content licensed CC-BY 3.0.



