{"id":45837252,"url":"https://github.com/retrozinndev/retrozinndev.github.io","last_synced_at":"2026-02-26T23:15:06.267Z","repository":{"id":222672480,"uuid":"758039326","full_name":"retrozinndev/retrozinndev.github.io","owner":"retrozinndev","description":"My personal website! Made with Astro.","archived":false,"fork":false,"pushed_at":"2026-02-07T01:03:43.000Z","size":3601,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-07T10:10:27.324Z","etag":null,"topics":["astro","astro-website","css","dev","github-pages-website"],"latest_commit_sha":null,"homepage":"https://retrozinndev.github.io/","language":"Astro","has_issues":false,"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/retrozinndev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-15T14:02:01.000Z","updated_at":"2026-02-07T01:03:46.000Z","dependencies_parsed_at":"2024-02-15T15:56:21.600Z","dependency_job_id":"0e0f4235-6bef-4c17-bb61-6d6749e4dc02","html_url":"https://github.com/retrozinndev/retrozinndev.github.io","commit_stats":null,"previous_names":["retrozinndev/retrozinndev.github.io"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/retrozinndev/retrozinndev.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrozinndev%2Fretrozinndev.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrozinndev%2Fretrozinndev.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrozinndev%2Fretrozinndev.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrozinndev%2Fretrozinndev.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retrozinndev","download_url":"https://codeload.github.com/retrozinndev/retrozinndev.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrozinndev%2Fretrozinndev.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29876459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","astro-website","css","dev","github-pages-website"],"created_at":"2026-02-26T23:15:05.491Z","updated_at":"2026-02-26T23:15:06.252Z","avatar_url":"https://github.com/retrozinndev.png","language":"Astro","readme":"# Retrozinn's Website ([retrozinndev.github.io](https://retrozinndev.github.io))\n[![Netlify Status](https://api.netlify.com/api/v1/badges/8754cf85-e75f-495c-8818-011d76157362/deploy-status)](https://app.netlify.com/sites/retrozinndev/deploys)\n\nThis is my website repo! \nFeel free to take a look into the source code and contribute if you want 😁\n\n---\n\n# Astro Starter Kit: Basics\n\n```sh\nnpm create astro@latest -- --template basics\n```\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)\n[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n![just-the-basics](https://github.com/withastro/astro/assets/2244813/a0a5533c-a856-4198-8470-2d67b1d7c554)\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\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: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\nFeel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrozinndev%2Fretrozinndev.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretrozinndev%2Fretrozinndev.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrozinndev%2Fretrozinndev.github.io/lists"}