{"id":46990698,"url":"https://github.com/aidantomcy/aidantomcy.github.io","last_synced_at":"2026-03-11T13:53:23.346Z","repository":{"id":41204099,"uuid":"438923764","full_name":"aidantomcy/aidantomcy.github.io","owner":"aidantomcy","description":"My portfolio website made with Astro, Svelte and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-10-02T05:47:21.000Z","size":13565,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-02T07:22:12.549Z","etag":null,"topics":["astro","bun","svelte","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://aidantomcy.github.io/","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aidantomcy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-12-16T08:59:56.000Z","updated_at":"2025-10-02T05:47:24.000Z","dependencies_parsed_at":"2022-07-14T23:30:48.262Z","dependency_job_id":"f3d96587-6a3e-4184-b030-d94559c5499b","html_url":"https://github.com/aidantomcy/aidantomcy.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aidantomcy/aidantomcy.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidantomcy%2Faidantomcy.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidantomcy%2Faidantomcy.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidantomcy%2Faidantomcy.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidantomcy%2Faidantomcy.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aidantomcy","download_url":"https://codeload.github.com/aidantomcy/aidantomcy.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidantomcy%2Faidantomcy.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"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","bun","svelte","tailwindcss","typescript"],"created_at":"2026-03-11T13:53:22.664Z","updated_at":"2026-03-11T13:53:23.335Z","avatar_url":"https://github.com/aidantomcy.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to [Astro](https://astro.build)\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/s/github/withastro/astro/tree/latest/examples/basics)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n![basics](https://user-images.githubusercontent.com/4677417/186188965-73453154-fdec-4d6b-9c34-cb35c248ae5b.png)\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 preview` |\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidantomcy%2Faidantomcy.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidantomcy%2Faidantomcy.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidantomcy%2Faidantomcy.github.io/lists"}