{"id":29704430,"url":"https://github.com/slavakuntsov/astro-homepage-old","last_synced_at":"2025-07-23T14:11:06.010Z","repository":{"id":247492967,"uuid":"825968717","full_name":"SlavaKuntsov/astro-homepage-old","owner":"SlavaKuntsov","description":"Homepage in development","archived":false,"fork":false,"pushed_at":"2024-07-09T22:54:10.000Z","size":460,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T00:39:27.373Z","etag":null,"topics":["astro"],"latest_commit_sha":null,"homepage":"https://astro-homepage-kappa.vercel.app","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/SlavaKuntsov.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":"2024-07-08T21:22:42.000Z","updated_at":"2025-06-26T22:47:05.000Z","dependencies_parsed_at":"2024-07-09T03:39:35.303Z","dependency_job_id":"32ab2f41-c57a-4f31-9fc8-62ca67c0183c","html_url":"https://github.com/SlavaKuntsov/astro-homepage-old","commit_stats":null,"previous_names":["slavakuntsov/astro-homepage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SlavaKuntsov/astro-homepage-old","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Fastro-homepage-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Fastro-homepage-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Fastro-homepage-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Fastro-homepage-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SlavaKuntsov","download_url":"https://codeload.github.com/SlavaKuntsov/astro-homepage-old/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Fastro-homepage-old/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266691592,"owners_count":23969186,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["astro"],"created_at":"2025-07-23T14:11:05.035Z","updated_at":"2025-07-23T14:11:05.997Z","avatar_url":"https://github.com/SlavaKuntsov.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Starter Kit: Blog\n\n```sh\nnpm create astro@latest -- --template blog\n```\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog)\n[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/blog)\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/blog/devcontainer.json)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n![blog](https://github.com/withastro/astro/assets/2244813/ff10799f-a816-4703-b967-c78997e8323d)\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\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── layouts/\n│   └── pages/\n├── astro.config.mjs\n├── README.md\n├── package.json\n└── tsconfig.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\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\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%2Fslavakuntsov%2Fastro-homepage-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslavakuntsov%2Fastro-homepage-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslavakuntsov%2Fastro-homepage-old/lists"}