{"id":24017569,"url":"https://github.com/piraces/blog","last_synced_at":"2025-08-07T18:36:48.598Z","repository":{"id":32252969,"uuid":"296629609","full_name":"piraces/blog","owner":"piraces","description":"Personal blog from the template \"google/eleventy-high-performance-blog\" using 11ty","archived":false,"fork":false,"pushed_at":"2025-07-09T08:11:24.000Z","size":43627,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T09:26:20.918Z","etag":null,"topics":["11ty","blog","cloudflare-pages","eleventy","eleventy-website","ens","fleek","giscus","ipfs-web"],"latest_commit_sha":null,"homepage":"https://piraces.dev","language":"JavaScript","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/piraces.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"piraces","ko_fi":"piraces","liberapay":"piraces"}},"created_at":"2020-09-18T13:30:59.000Z","updated_at":"2025-07-09T08:10:40.000Z","dependencies_parsed_at":"2023-09-30T20:32:01.454Z","dependency_job_id":"6fe0a9bb-9211-41a6-bcf9-159f83e8acab","html_url":"https://github.com/piraces/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"google/eleventy-high-performance-blog","purl":"pkg:github/piraces/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piraces%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piraces%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piraces%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piraces%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piraces","download_url":"https://codeload.github.com/piraces/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piraces%2Fblog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269307630,"owners_count":24395447,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["11ty","blog","cloudflare-pages","eleventy","eleventy-website","ens","fleek","giscus","ipfs-web"],"created_at":"2025-01-08T09:41:31.112Z","updated_at":"2025-08-07T18:36:48.532Z","avatar_url":"https://github.com/piraces.png","language":"JavaScript","funding_links":["https://github.com/sponsors/piraces","https://ko-fi.com/piraces","https://liberapay.com/piraces"],"categories":[],"sub_categories":[],"readme":"# piraces.dev Blog\n\n![CI](https://github.com/piraces/blog/workflows/CI/badge.svg)\n[![Publish main artifact](https://github.com/piraces/blog/actions/workflows/main.yml/badge.svg)](https://github.com/piraces/blog/actions/workflows/main.yml)\n![IPFS](https://img.shields.io/badge/IPFS-Available-brightgreen?logo=ipfs)\n\nBlog for [piraces.dev](https://piraces.dev/), made with the [Eleventy static site generator](https://www.11ty.dev/) implementing a wide range of performance best practices (using the template [google/eleventy-high-performance-blog](https://github.com/google/eleventy-high-performance-blog)).\n\nBased on the awesome [eleventy-base-blog](https://github.com/11ty/eleventy-base-blog).\n\n*Last update from template (last check): 09/01/2025*\n\n## IPFS\n\nThis blog is deployed in IPFS using [Fleek](https://fleek.co/), using a fixed [IPNS](https://docs.ipfs.io/concepts/ipns/) and configured with an [ENS Domain](https://ens.domains/).\n\n*ipns://k51qzi5uqu5di6t427sc6mfo6g0mqjauvyxlnu7b2f59wxiigwcy0qroeaypu2*\n\nYou can **[view it in IPFS (dweb.link gateway)](https://piraces-eth.ipns.dweb.link/)**.\n\n## Getting Started\n\n### 1. Install dependencies\n\n```\nnpm install\n```\n\n### 2. Build, serve, watch and test\n```\nnpm run watch\n```\n\n### 3. Build and test\n```\nnpm run build\n```\n\n## License\n\nMIT License\n\nCopyright (c) 2018 Zach Leatherman @zachleat\n\nModifications to the theme and codebase Copyright (c) 2019 Raúl Piracés @piraces_\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiraces%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiraces%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiraces%2Fblog/lists"}