{"id":16791611,"url":"https://github.com/kevinvandy/kevinvancott","last_synced_at":"2026-05-05T07:31:18.650Z","repository":{"id":41951451,"uuid":"222153935","full_name":"KevinVandy/kevinvancott","owner":"KevinVandy","description":"portfolio","archived":false,"fork":false,"pushed_at":"2025-02-26T02:51:03.000Z","size":13542,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T09:13:00.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.kevinvancott.dev","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/KevinVandy.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":"2019-11-16T20:14:28.000Z","updated_at":"2025-02-26T02:51:07.000Z","dependencies_parsed_at":"2024-12-18T14:46:02.752Z","dependency_job_id":"9bc9480f-be79-46d9-9896-01e48eedc0f1","html_url":"https://github.com/KevinVandy/kevinvancott","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevinVandy/kevinvancott","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinVandy%2Fkevinvancott","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinVandy%2Fkevinvancott/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinVandy%2Fkevinvancott/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinVandy%2Fkevinvancott/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinVandy","download_url":"https://codeload.github.com/KevinVandy/kevinvancott/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinVandy%2Fkevinvancott/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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-10-13T08:35:23.426Z","updated_at":"2026-05-05T07:31:18.636Z","avatar_url":"https://github.com/KevinVandy.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kevin - Astro \u0026 Tailwind CSS Theme by justgoodui.com\n\nKevin is a single-author blog and portfolio theme for Astro.js. Featuring a minimal, slick, responsive and content-focused design. For more Astro.js themes please check [justgoodui.com](https://justgoodui.com/).\n\n![Kevin Astro.js Theme](public/dante-preview.jpg)\n\n[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/dante-astro-theme)\n\nIf you click this☝️ button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.\n\n## Theme Features:\n\n- ✅ Dark and light color mode\n- ✅ Hero section with bio\n- ✅ Portfolio collection\n- ✅ Pagination support\n- ✅ Post tags support\n- ✅ Subscription form\n- ✅ View transitions\n- ✅ Tailwind CSS\n- ✅ Mobile-first responsive layout\n- ✅ SEO-friendly with canonical URLs and OpenGraph data\n- ✅ Sitemap support\n- ✅ RSS Feed support\n- ✅ Markdown \u0026 MDX support\n\n## Template Integrations\n\n- @astrojs/tailwind - https://docs.astro.build/en/guides/integrations-guide/tailwind/\n- @astrojs/sitemap - https://docs.astro.build/en/guides/integrations-guide/sitemap/\n- @astrojs/mdx - https://docs.astro.build/en/guides/markdown-content/\n- @astrojs/rss - https://docs.astro.build/en/guides/rss/\n\n## Project Structure\n\nInside of Kevin Astro theme, you'll see the following folders and files:\n\n```text\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── data/\n│   ├── icons/\n│   ├── layouts/\n│   ├── pages/\n│   ├── styles/\n│   └── utils/\n├── astro.config.mjs\n├── package.json\n├── README.md\n├── tailwind.config.cjs\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 (`.astro`) 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## Astro.js 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 about Astro.js?\n\nCheck out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n\n## Credits\n\n- Demo content generate with [Chat GPT](https://chat.openai.com/)\n- Images for demo content from [Unsplash](https://unsplash.com/)\n\n## Astro Themes by Just Good UI\n\n- [Ovidius](https://github.com/JustGoodUI/ovidius-astro-theme) is a free single author blog theme.\n\n## License\n\nLicensed under the [GPL-3.0](https://github.com/JustGoodUI/dante-astro-theme/blob/main/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinvandy%2Fkevinvancott","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinvandy%2Fkevinvancott","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinvandy%2Fkevinvancott/lists"}