{"id":24540025,"url":"https://github.com/spurtcms/jobifylo-nextjs-theme","last_synced_at":"2025-03-16T04:43:05.074Z","repository":{"id":236628278,"uuid":"775904817","full_name":"spurtcms/JobiFylo-nextjs-theme","owner":"spurtcms","description":"JobiFylo is a job listing Next.js theme aiming at faster performance, high code quality \u0026 SEO.  theme powered by spurtCMS.","archived":false,"fork":false,"pushed_at":"2024-07-22T13:54:38.000Z","size":315,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-22T17:17:54.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/spurtcms.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":"2024-03-22T09:27:12.000Z","updated_at":"2025-01-08T10:36:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"366d5afe-5e05-4179-94a1-f8c344891c2f","html_url":"https://github.com/spurtcms/JobiFylo-nextjs-theme","commit_stats":null,"previous_names":["spurtcms/nextjs-jobs-theme","spurtcms/jobifylo-nextjs-theme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FJobiFylo-nextjs-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FJobiFylo-nextjs-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FJobiFylo-nextjs-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spurtcms%2FJobiFylo-nextjs-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spurtcms","download_url":"https://codeload.github.com/spurtcms/JobiFylo-nextjs-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826778,"owners_count":20354220,"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","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":"2025-01-22T17:17:58.132Z","updated_at":"2025-03-16T04:43:05.068Z","avatar_url":"https://github.com/spurtcms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nextjs-jobs-theme\n\nA comprehensive job portal theme, equipped with a structured layout to display job listings, descriptions, and application details effectively.\n\n![Screenshot of spurtCMS using Presentation Tool to do Visual Editing](https://dev.spurtcms.com/image-resize?name=media/jobs.png)\n\nThis Jobs Template provides a clean, responsive layout for displaying job listings on a website.  The template is designed to be easily customizable and user-friendly and an excellent starting point for exploring Next.js and SpurtCMS, offering a seamless way to integrate dynamic news content with modern web technologies.\n\nThe Studio connects to [spurtcms](https://spurtcms.com), which gives you hosted content APIs with a flexible query language, on-demand image transformations, powerful patching, and more. \n\n## Features\n\n- Next.js v14\n- Next.js App Router\n- Styling with Tailwind CSS\n- Dark \u0026 Light Mode\n- Mobile Responsive\n- skeleton loader \n- Optimized for SEO using Next.js's Metadata\n- infinite scroll pagination\n- New fetching and caching paradigms\n- Server Actions for mutations\n\n\n\n\n\n\n\n## Deploy your own\n\nUse the Deploy Button below, you'll deploy the example using \n\n\n\n\n## Set up environment variables\n\nOpen .env and set  NEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL  to  be the URL to your GraphQL endpoint in spurtCMS. \n```bash\nNEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_BASEURL=\"https://your-graphql-endpoint-url\"\n```\n\n \n## Step 1. Steps to get API Key\n \n Before starting our Next JS blog template we need to go inside our spurtCMS Admin and get the default token that we will be using for displaying our content.\n\n1.Inside your spurtCMS Admin Panel [spurtcms](https://dev.spurtcms.com) navigate to API Keys.\n\n![API Key 1 (1)](https://github.com/user-attachments/assets/b3806e8f-1dcd-4f75-88fe-8366b3036d47)\n\n\n\n2.Click on the Action key\n\n![API Key 2 (1)](https://github.com/user-attachments/assets/7976ebe4-40f9-4c65-b99b-195e73ca2f9a)\n\n3.Copy the api key\n\n![API Key 3](https://github.com/user-attachments/assets/a3d34ac1-7243-4931-8a09-6c40c2d005b4)\n\n\n\nOnce you have your token add it to your env and it should look like this:\n\n\n\n\n\n```bash\nNEXT_PUBLIC_SPURTCMS_NEXTJS_STARTER_THEME_TOKEN=\"your-api-token\"\n```\n\n\n\n\n\n## Step 2. Run Next.js in development mode\n```bash\nnpm install \n```\n```bash\nnpm run dev\n```\nYour blog should be up and running on [http://localhost:3000!](http://localhost:3000!)\n\n\n## Step 3. Run Next.js in production mode\n```bash\nnpm run prod\n```\n\n## Feedback and Questions\nIf you have feedback or questions about this starter, please use the Github Issues on this repo, [(https://github.com/spurtcms/JobiFylo-nextjs-theme/issues)]\nor Send Email to us [(support@spurtcms.com)]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspurtcms%2Fjobifylo-nextjs-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspurtcms%2Fjobifylo-nextjs-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspurtcms%2Fjobifylo-nextjs-theme/lists"}