{"id":30237820,"url":"https://github.com/inotelabs/astro-blog-starter-template","last_synced_at":"2025-08-15T02:38:37.133Z","repository":{"id":309159814,"uuid":"1035335787","full_name":"iNoteLabs/astro-blog-starter-template","owner":"iNoteLabs","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-10T07:09:27.000Z","size":410,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-10T09:11:54.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iNoteLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-08-10T07:07:58.000Z","updated_at":"2025-08-10T07:08:21.000Z","dependencies_parsed_at":"2025-08-10T09:12:05.132Z","dependency_job_id":"e7bd1750-9e72-4c19-b405-0880388184ec","html_url":"https://github.com/iNoteLabs/astro-blog-starter-template","commit_stats":null,"previous_names":["inotelabs/astro-blog-starter-template"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/iNoteLabs/astro-blog-starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iNoteLabs%2Fastro-blog-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iNoteLabs%2Fastro-blog-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iNoteLabs%2Fastro-blog-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iNoteLabs%2Fastro-blog-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iNoteLabs","download_url":"https://codeload.github.com/iNoteLabs/astro-blog-starter-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iNoteLabs%2Fastro-blog-starter-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270515155,"owners_count":24598435,"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-15T02:00:12.559Z","response_time":110,"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":[],"created_at":"2025-08-15T02:38:33.115Z","updated_at":"2025-08-15T02:38:37.116Z","avatar_url":"https://github.com/iNoteLabs.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Starter Kit: Blog\n\n[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/astro-blog-starter-template)\n\n![Astro Template Preview](https://github.com/withastro/astro/assets/2244813/ff10799f-a816-4703-b967-c78997e8323d)\n\n\u003c!-- dash-content-start --\u003e\n\nCreate a blog with Astro and deploy it on Cloudflare Workers as a [static website](https://developers.cloudflare.com/workers/static-assets/).\n\nFeatures:\n\n- ✅ Minimal styling (make it your own!)\n- ✅ 100/100 Lighthouse performance\n- ✅ SEO-friendly with canonical URLs and OpenGraph data\n- ✅ Sitemap support\n- ✅ RSS Feed support\n- ✅ Markdown \u0026 MDX support\n- ✅ Built-in Observability logging\n\n\u003c!-- dash-content-end --\u003e\n\n## Getting Started\n\nOutside of this repo, you can start a new project with this template using [C3](https://developers.cloudflare.com/pages/get-started/c3/) (the `create-cloudflare` CLI):\n\n```bash\nnpm create cloudflare@latest -- --template=cloudflare/templates/astro-blog-starter-template\n```\n\nA live public deployment of this template is available at [https://astro-blog-starter-template.templates.workers.dev](https://astro-blog-starter-template.templates.workers.dev)\n\n## 🚀 Project Structure\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nThe `src/content/` directory contains \"collections\" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                           | Action                                           |\n| :-------------------------------- | :----------------------------------------------- |\n| `npm install`                     | Installs dependencies                            |\n| `npm run dev`                     | Starts local dev server at `localhost:4321`      |\n| `npm run build`                   | Build your production site to `./dist/`          |\n| `npm run preview`                 | Preview your build locally, before deploying     |\n| `npm run astro ...`               | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help`         | Get help using the Astro CLI                     |\n| `npm run build \u0026\u0026 npm run deploy` | Deploy your production site to Cloudflare        |\n| `npm wrangler tail`               | View real-time logs for all Workers              |\n\n## 👀 Want to learn more?\n\nCheck out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n\n## Credit\n\nThis theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finotelabs%2Fastro-blog-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finotelabs%2Fastro-blog-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finotelabs%2Fastro-blog-starter-template/lists"}