{"id":22035905,"url":"https://github.com/tobysolutions/astro-boil","last_synced_at":"2026-05-01T10:32:52.046Z","repository":{"id":264917229,"uuid":"858874652","full_name":"tobySolutions/astro-boil","owner":"tobySolutions","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-17T17:23:32.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T12:18:44.916Z","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/tobySolutions.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}},"created_at":"2024-09-17T17:23:29.000Z","updated_at":"2024-09-17T17:23:35.000Z","dependencies_parsed_at":"2024-11-27T00:03:01.605Z","dependency_job_id":null,"html_url":"https://github.com/tobySolutions/astro-boil","commit_stats":null,"previous_names":["tobysolutions/astro-boil"],"tags_count":0,"template":false,"template_full_name":"fleek-tools/astro-boilerplate","purl":"pkg:github/tobySolutions/astro-boil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fastro-boil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fastro-boil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fastro-boil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fastro-boil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobySolutions","download_url":"https://codeload.github.com/tobySolutions/astro-boil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fastro-boil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32494270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":"2024-11-30T10:28:26.831Z","updated_at":"2026-05-01T10:32:52.028Z","avatar_url":"https://github.com/tobySolutions.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Boilerplate\n![Astro Boilerplate](https://github.com/fleek-tools/astro-template/assets/55561695/504fd185-e977-4350-9d74-467b7dabfd96)\n\n\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   └── Card.astro\n│   ├── layouts/\n│   │   └── Layout.astro\n│   └── pages/\n│       └── index.astro\n└── package.json\n```\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\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:3000`      |\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\n## ⚡ How to deploy to Fleek\n\n### 1. Create a `fleek.json` config file:\nYou can configure this site deployment using [Fleek CLI]() and running:\n```\n \u003e fleek sites init\n  WARN! Fleek CLI is in beta phase, use it under your own responsibility\n   ? Choose one of the existing sites or create a new one. › \n    ❯ Create a new site\n```\n It will prompt you for a `name`, `dist` directory location \u0026 `build command`\n\n - `name`: How you want to name the site\n - `dist`: The output directory where the site is located, for this template it's `dist`\n - `build command`: Command to build your site, this will be used to deploy the latest version either by CLI or Github Actions\n\n### 2. Deploy the site\nAfter configuiring your `fleek.json` file, you can deployt the site by running\n\n```\nfleek sites deploy\n```\nAfter running it you will get an output like this:\n```\n WARN! Fleek CLI is in beta, use it at your own discretion\n  \u003e Success! Deployed!\n   \u003e Site IPFS CID: QmP1nDyoHqSrRabwUSrxRV3DJqiKH7b9t1tpLcr1NTkm1M\n\n    \u003e You can visit through the gateway:\n     \u003e https://ipfs.io/ipfs/QmP1nDyoHqSrRabwUSrxRV3DJqiKH7b9t1tpLcr1NTkm1M\n```\n\n### Extra features\n- **Continuous Integration (CI):** `fleek sites ci` [Documentation.](https://docs.fleek.xyz/services/sites/#continuous-integration-ci)\n- **Adding custom domains:** `fleek domains create` [Documentation.](https://docs.fleek.xyz/services/domains/)\n\n\n### Keep in mind:\n\nThis template has been configured to produce a static output.\n\n```js\n// astro.config.mjs \n\nimport { defineConfig } from 'astro/config';\n\n// https://astro.build/config\nexport default defineConfig({\n    output: 'static',\n});\n```\n\nYou can find more information about static builds in [Astro Documentation](https://docs.astro.build/en/guides/content-collections/#building-for-static-output-default)\n\n\n## 👀 Want to learn more?\n\nFeel free to check [Astro documentation](https://docs.astro.build) or jump into Astro's [Discord server](https://astro.build/chat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysolutions%2Fastro-boil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobysolutions%2Fastro-boil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysolutions%2Fastro-boil/lists"}