{"id":20388278,"url":"https://github.com/libp2p/blog","last_synced_at":"2025-04-12T10:36:10.843Z","repository":{"id":63976790,"uuid":"569128650","full_name":"libp2p/blog","owner":"libp2p","description":"Blog site for the libp2p project.","archived":false,"fork":false,"pushed_at":"2025-02-14T10:07:22.000Z","size":120198,"stargazers_count":9,"open_issues_count":20,"forks_count":7,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-03-26T05:23:26.264Z","etag":null,"topics":["type-website"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libp2p.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-22T06:22:10.000Z","updated_at":"2025-02-14T10:07:10.000Z","dependencies_parsed_at":"2024-12-20T14:35:55.704Z","dependency_job_id":"1e3a437c-f756-470f-9e5c-8fff67e3610d","html_url":"https://github.com/libp2p/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libp2p","download_url":"https://codeload.github.com/libp2p/blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248553540,"owners_count":21123470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["type-website"],"created_at":"2024-11-15T03:08:28.372Z","updated_at":"2025-04-12T10:36:10.813Z","avatar_url":"https://github.com/libp2p.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libp2p Blog \u0026 News\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg)](https://protocol.ai)\n[![](https://img.shields.io/badge/platform-VuePress-green.svg)](https://vuepress.vuejs.org/)\n[![](https://img.shields.io/badge/deployed%20on-Fleek-ff69b4.svg)](http://fleek.co/)\n\n\nThis repository contains code and content for the [libp2p Blog \u0026 News](https://blog.libp2p.io/) website.\n\n### Adding your blog entry\n\nIt's recommend that you add your blog entry manually by creating a new Markdown file and creating a pull request.\nThis allows us to review blog posts line by line and go through a proper review cycle.\n\nThe steps are as follows:\n1. Add your new file in `src/_blog`\n2. Add any images or assets in `src/assets`\n3. Add the path to your Markdown file in a new line in the file `.forestry/front_matter/templates/blog-post.yml`\n\nWhen writing a new post, you'll also need to fill in the header information:\n```\n---\ntags:\n  - \u003cany tags you want i.e. libp2p\u003e\n  - libp2p\ntitle: \u003ctitle of your blog post\u003e\ndescription: \u003cshort description; this field is optional\u003e\ndate: \u003cthe date you would like to publish the blog post, can be in the future\u003e\npermalink: \u003cset as '' unless you want a specific permalink\u003e\ntranslationKey: \u003cset as ''\u003e\nheader_image: \u003cthe header image for the blog post. The file should be in src/assets and it should be added here as /filename.jpg\u003e\nauthor: \u003cYour Name\u003e\n---\n```\n\nHere is an example pull request that adds a new blog entry for reference: https://github.com/libp2p/blog/pull/33/files\n\n### Build and run locally\n\nThis site is built in [Vuepress](https://vuepress.vuejs.org/guide/), and uses Vue/JavaScript for functional code and Markdown for post content.\n\nTo build a local copy, run the following:\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/libp2p/blog.git\n   ```\n\n1. Move into the `blog` folder and install the npm dependencies:\n\n   ```bash\n   cd blog\n   npm install\n   ```\n\n1. Start the application in _dev mode_:\n\n   ```bash\n   npm ci\n   NODE_OPTIONS=--openssl-legacy-provider npm start\n   ```\n\n1. Open [localhost:8080](http://localhost:8080) in your browser.\n\nYou can close the local server with `CTRL` + `c`. To restart the local server, run `npm start` from inside the `blog` directory.\n\n### PR and preview\n\nOnce you're happy with your local changes, please make a PR **against the `main` branch**. Including detailed notes on your PR - particularly screenshots to depict any changes in UI - will help speed up approval and deployment.\n\nAll PRs against `main` automatically generate Fleek previews to make it easier to \"check your work\". You can view your PR's preview by clicking `Details` in the `fleek/build` check at the bottom of your PR page:\u003cbr/\u003e\n![image](https://user-images.githubusercontent.com/1507828/110034382-9dbb5b80-7cf7-11eb-89a4-7772970677d3.png)\n\nA reviewer will be by shortly to have a look!\n\n## Maintainers\n\nThis site's codebase is under active maintenance by members of the core [libp2p team](https://libp2p.io/).\n\n## License\n\n© Protocol Labs | Code is licensed with the [MIT](LICENSE) License. Except as noted, other content licensed [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/us/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibp2p%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibp2p%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibp2p%2Fblog/lists"}