{"id":27012912,"url":"https://github.com/qvil/astro-blog","last_synced_at":"2025-04-04T12:18:26.836Z","repository":{"id":280640047,"uuid":"942667532","full_name":"qvil/astro-blog","owner":"qvil","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-04T14:04:01.000Z","size":2561,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T14:33:20.578Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qvil.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":"2025-03-04T13:30:14.000Z","updated_at":"2025-03-04T14:04:04.000Z","dependencies_parsed_at":"2025-03-04T14:44:52.746Z","dependency_job_id":null,"html_url":"https://github.com/qvil/astro-blog","commit_stats":null,"previous_names":["qvil/astro-blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvil%2Fastro-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvil%2Fastro-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvil%2Fastro-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvil%2Fastro-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qvil","download_url":"https://codeload.github.com/qvil/astro-blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174458,"owners_count":20896078,"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":[],"created_at":"2025-04-04T12:18:26.414Z","updated_at":"2025-04-04T12:18:26.829Z","avatar_url":"https://github.com/qvil.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stablo - Astro Blog Template with MDX\n\nStablo Astro is an Astro version of [Stablo - Next.js Blog Template](https://stablo-pro.web3templates.com/), #1 template for Next.js \u0026 Sanity CMS. This is an Astro version of the same template.\n\nThis free template is sponsored by [Web3Templates](https://web3templates.com)\n\n## Live Demo\n\n### [https://stablo-astro.web3templates.com/](https://stablo-astro.web3templates.com/)\n\n### [Download Stablo Astro Template](https://web3templates.com/templates/stablo-minimal-blog-website-template)\n\n## Deploy on Vercel\n\nClick the below link to deploy this template on Vercel\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=hhttps://github.com/web3templates/stablo-astro\u0026project-name=stablo-astro\u0026repository-name=stablo-astro\u0026demo-title=Stablo%20Astro%20Blog%20Template\u0026demo-description=Stablo%20Astro%20is%20a%20starter%20blog%20template%20for%20Astro%20built%20with%20MDX%20\u0026%20TailwindCSS\u0026demo-url=https%3A%2F%2Fstablo-astro.web3templates.com%2F\u0026demo-image=https://user-images.githubusercontent.com/1884712/169838344-e32b7426-621a-45a4-aba8-afedf3377e1f.jpeg)\n\n![Screenshot](https://user-images.githubusercontent.com/1884712/210131622-59ac9ff8-43fe-4a7d-b7fc-8b3b981baa52.png)\n\n## Installation\n\nIf you are reading this on github, you can click on the \"Use this template\" button above to create a new repository from astroship to your account. Then you can do a `git clone` to clone it to your local system.\n\nAlternatively, you can clone the project directly from this repo to your local system.\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/web3templates/stablo-astro.git myProjectName\n# or\ngit clone https://github.com/web3templates/stablo-astro.git .\n```\n\nThe `.` will clone it to the current directory so make sure you are inside your project folder first.\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n# or\nyarn install\n# or (recommended)\npnpm install\n```\n\n### 3. Start development Server\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or (recommended)\npnpm dev\n```\n\n### Preview \u0026 Build\n\n```bash\nnpm run build\nnpm run preview\n# or\nyarn build\nyarn preview\n# or (recommended)\npnpm build\npnpm preview\n```\n\nWe recommend using [pnpm](https://pnpm.io/) to save disk space on your computer.\n\n### Other Commands\n\n```bash\npnpm astro ...\npnpm astro add\npnpm astro --help\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│   └── ...\n├── src/\n│   ├── components/\n│   │   └── ...\n│   ├── layouts/\n│   │   └── ...\n│   └── pages/\n│       └── ...\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\nAny static assets, like images, can be placed in the `public/` directory.\n\n## TailwindCSS\n\nTailwindCSS is already configured in this repo, so you can start using them without any installation.\n\n## 👀 Want to learn more?\n\nFeel free to check out [Astro Docs](https://docs.astro.build) or jump into our [Discord Chat](https://web3templates.com/discord).\n\n[![Built with Astro](https://astro.badg.es/v1/built-with-astro.svg)](https://astro.build)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqvil%2Fastro-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqvil%2Fastro-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqvil%2Fastro-blog/lists"}