{"id":42421777,"url":"https://github.com/kir-dev/blog-v3","last_synced_at":"2026-01-28T02:59:23.229Z","repository":{"id":214237554,"uuid":"736009057","full_name":"kir-dev/blog-v3","owner":"kir-dev","description":"Kir-Dev's portfolio website.","archived":false,"fork":false,"pushed_at":"2025-10-06T09:46:57.000Z","size":27481,"stargazers_count":4,"open_issues_count":11,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T11:25:22.417Z","etag":null,"topics":["nextjs","nextui","sanity-io"],"latest_commit_sha":null,"homepage":"https://kir-dev.hu","language":"TypeScript","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/kir-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-26T18:08:05.000Z","updated_at":"2025-02-26T09:50:21.000Z","dependencies_parsed_at":"2024-01-01T14:53:28.415Z","dependency_job_id":"5546e1f4-c3da-4169-b59d-b31bd187f846","html_url":"https://github.com/kir-dev/blog-v3","commit_stats":null,"previous_names":["kir-dev/blog-v3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kir-dev/blog-v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fblog-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fblog-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fblog-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fblog-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kir-dev","download_url":"https://codeload.github.com/kir-dev/blog-v3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fblog-v3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28835647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"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":["nextjs","nextui","sanity-io"],"created_at":"2026-01-28T02:59:21.399Z","updated_at":"2026-01-28T02:59:23.223Z","avatar_url":"https://github.com/kir-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kir-Dev blog v3\n\nA new version of our organization's blog: [Kir-Dev](https://kir-dev.hu/). Previous version v1 was built with [Jekyll](https://jekyllrb.com/) and v2 was built with [Gatsby](https://www.gatsbyjs.com/). This version is built with [Next.js](https://nextjs.org/) and [Sanity](https://www.sanity.io/).\n\nGenerated from this [starter](https://www.sanity.io/templates/nextjs-sanity-clean).\n\n## Table of Contents\n\n- [Kir-Dev blog v3](#kir-dev-blog-v3)\n  - [Table of Contents](#table-of-contents)\n  - [Configuration](#configuration)\n    - [Step 1. Set up the environment](#step-1-set-up-the-environment)\n    - [Step 2. Set up the project locally](#step-2-set-up-the-project-locally)\n    - [Step 3. Run Next.js locally in development mode](#step-3-run-nextjs-locally-in-development-mode)\n  - [Next steps](#next-steps)\n  - [Attributions](#attributions)\n  - [Sponsors](#sponsors)\n\n## Configuration\n\n### Step 1. Set up the environment\n\nBefore you start development, make sure you have\n\n- [Node.js](https://nodejs.org/en/) v20 installed (I recommend using NVM - on Windows too).\n  - After installing run `corepack enable` to use Yarn v4.\n- been added to our Vercel project as a collaborator.\n- been added to our Sanity project as a collaborator.\n- [Sanity Studio](https://www.sanity.io/docs/getting-started-with-sanity-cli) installed globally (`npm install --global sanity@latest`).\n\n### Step 2. Set up the project locally\n\nClone this repo to your work directory.\n\n```bash\ngit clone https://github.com/kir-dev/blog-next-sanity.git\n```\n\nOpen the repo in VSCode and open up a terminal in it, run this to link your clone to Vercel (make sure we've already added you as a collaborator to the project on [Vercel](https://vercel.com/kir-dev)):\n\n```bash\nnpx vercel link\n```\n\nDownload the environment variables needed to connect Next.js and the Studio to your Sanity project:\n\n```bash\nnpx vercel env pull\n```\n\nThis will create a git-ignored `.env` file with environment variables that will be used for local development.\n\n### Step 3. Run Next.js locally in development mode\n\n```bash\nyarn install \u0026\u0026 yarn dev\n```\n\nWhen you run this development server, the changes you make in your frontend and studio configuration will be applied live using hot reloading.\n\nYour blog should be up and running on [http://localhost:3000][localhost-3000]! You can create and edit content on [http://localhost:3000/studio][localhost-3000-studio].\n\n## Next steps\n\n- [Setup live preview](./docs/studio-preview.md)\n- [Join our Slack community to ask questions and get help][sanity-community]\n- [How to edit my content structure?][sanity-schema-types]\n- [How to query content?][sanity-groq]\n- [What is content modelling?][sanity-content-modelling]\n\n## Attributions\n\n- Frontpage images by\n  - Photo by \u003ca href=\"https://unsplash.com/@filisantillan?utm_content=creditCopyText\u0026utm_medium=referral\u0026utm_source=unsplash\"\u003eFili Santillán\u003c/a\u003e on \u003ca href=\"https://unsplash.com/photos/macbook-pro-EFAqnx9iKG4?utm_content=creditCopyText\u0026utm_medium=referral\u0026utm_source=unsplash\"\u003eUnsplash\u003c/a\u003e\n\n## Sponsors\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; gap: 10%;\"\u003e\n  \u003cdiv style=\"flex: 1.4;\"\u003e\n    \u003ca href=\"https://vercel.com?utm_source=kir-dev\u0026utm_campaign=oss\"\u003e\n      \u003cimg src=\"public/images/svg/powered-by-vercel.svg\" width=\"300\" /\u003e\n    \u003c/a\u003e\n  \u003c/div\u003e\n  \u003cdiv style=\"flex: 1;\"\u003e\n    \u003ca href=\"https://rackhost.hu?utm_source=kir-dev\"\u003e\n      \u003cimg src=\"public/images/rackhost.png\" width=\"300\" /\u003e\n    \u003c/a\u003e\n  \u003c/div\u003e\n  \u003cdiv style=\"flex: 1;\"\u003e\n    \u003ca href=\"https://betteruptime.com?utm_source=kir-dev\"\u003e\n      \u003cimg src=\"https://betteruptime.com/assets/static_assets/badges/light.png\" width=\"300\" /\u003e\n    \u003c/a\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n[vercel-deploy]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsanity-io%2Fsanity-template-nextjs-clean\u0026repository-name=nextjs-sanity-clean\u0026project-name=nextjs-sanity-clean\u0026demo-title=Clean+Sanity+%2B+Next.js+app\u0026demo-image=https%3A%2F%2Fuser-images.githubusercontent.com%2F835514%2F212771865-7a603a28-0416-45e8-84d3-2aafe02b0c7f.png\u0026demo-description=A+clean+example+of+Next.js+with+embedded+Sanity+ready+for+recomposition.\u0026demo-url=https%3A%2F%2Ftemplate-nextjs-clean.sanity.build\u0026integration-ids=oac_hb2LITYajhRQ0i4QznmKH7gx\u0026external-id=nextjs%3Btemplate%3Dnextjs-sanity-clean\n[integration]: https://www.sanity.io/docs/vercel-integration?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[`.env.local.example`]: .env.local.example\n[nextjs]: https://github.com/vercel/next.js\n[sanity-create]: https://www.sanity.io/get-started/create-project?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[sanity-deployment]: https://www.sanity.io/docs/deployment?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[sanity-homepage]: https://www.sanity.io?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[sanity-community]: https://slack.sanity.io/\n[sanity-schema-types]: https://www.sanity.io/docs/schema-types?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[sanity-github]: https://github.com/sanity-io/sanity/discussions\n[sanity-groq]: https://www.sanity.io/docs/groq?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[sanity-content-modelling]: https://www.sanity.io/docs/content-modelling?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[sanity-webhooks]: https://www.sanity.io/docs/webhooks?utm_source=github.com\u0026utm_medium=referral\u0026utm_campaign=nextjs-v3vercelstarter\n[localhost-3000]: http://localhost:3000\n[localhost-3000-studio]: http://localhost:3000/studio\n[vercel-isr]: https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta\n[vercel]: https://vercel.com\n[vercel-github]: https://github.com/vercel/next.js/discussions\n[app-dir]: https://beta.nextjs.org/docs/routing/fundamentals#the-app-directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkir-dev%2Fblog-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkir-dev%2Fblog-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkir-dev%2Fblog-v3/lists"}