{"id":34980358,"url":"https://github.com/digitalrm/foym-template","last_synced_at":"2026-04-27T02:33:28.572Z","repository":{"id":247934032,"uuid":"827273040","full_name":"digitalRM/FOYM-Template","owner":"digitalRM","description":"Base Next.JS build used for FOYM Templates.","archived":false,"fork":false,"pushed_at":"2024-07-14T08:57:14.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-14T09:45:02.389Z","etag":null,"topics":["nextjs","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/digitalRM.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}},"created_at":"2024-07-11T10:27:05.000Z","updated_at":"2024-07-14T08:57:17.000Z","dependencies_parsed_at":"2024-07-11T12:08:09.443Z","dependency_job_id":"a5daec85-cbf5-4c89-baa3-9f416a33efb7","html_url":"https://github.com/digitalRM/FOYM-Template","commit_stats":null,"previous_names":["digitalrm/foym-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/digitalRM/FOYM-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalRM%2FFOYM-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalRM%2FFOYM-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalRM%2FFOYM-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalRM%2FFOYM-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalRM","download_url":"https://codeload.github.com/digitalRM/FOYM-Template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalRM%2FFOYM-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32320491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["nextjs","template"],"created_at":"2025-12-27T00:58:17.153Z","updated_at":"2026-04-27T02:33:28.566Z","avatar_url":"https://github.com/digitalRM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![The Template](https://github.com/digitalRM/FOYM-Template/assets/70782025/a7711b85-544e-4cd2-93cf-86ba294b9d02)\n\nTemplate Series - Name #\n---\nThis is a base Next.JS build preloaded with Shadcn/UI and a file structure system used for FOYM templates.\n\n![Website Image](https://github.com/digitalRM/FOYM-Template/assets/70782025/95559860-79e0-4033-b128-585cdd2465d1)\n\nPersonal Note - Ruslan\n\nGetting Started\n---\n\nTo get a local copy up and running, follow these steps:\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/en)\n- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)\n- An IDE\n\n### Installation\n\nClone the repository\n\n```bash\ngit clone \n```\n\nInstall required packages\n\n```bash\nnpm install\n```\n\nCustomize the entire website across all the sections inside the `components/sections` folder\n```js\n\n\n```\n\nThere are also important files to edit in the `components/ui` folder. They are all marked with 1 in the front. \n```js\n\n```\n\nDelete Banner in `app/layout.js`\n\n```js\n// Delete this import below when you are ready to remove the banner\nimport Banner from \"@/components/sections/999 - banner\";\n\n{/* This is the banner for the FOYM website. Feel free to delete this! */}\n\u003cBanner /\u003e\n```\nDelete Banner from the `components/sections` folder\n```js\n999 - banner.jsx\n```\n\nCustomize your metadata in `app/layout.js`\n```js\n// This is the metadata for the website. Change the values to match your website. Upload the openGraph.png to your public folder\nexport const metadata = {\n  metadataBase: new URL(''),\n  title: \" - An FOYM Template\",\n  description: \"\",\n  openGraph: {\n    title: \" - An FOYM Template\",\n    description: \"\",\n    url: '',\n    siteName: ' - An FOYM Template',\n    // images: [\n    //   {\n    //     url: '/openGraph.png',\n    //     width: 1600,\n    //     height: 900,\n    //     alt: 'An image on the the website\\s name \"Template - FOYM\" and star like characters in the background pointing at the name',\n    //   },\n    // ], \n    locale: 'en_US',\n    type: 'website',\n  },\n}\n```\n\nRun the development server\n\n```bash\nnpm run dev\n```\n\n## Contact \n\nIf you are having trouble setting this up, please feel free to contact me via the [foym](https://www.foym.org) website. \n\n## License\n\nThis project is licensed under the MIT License - see the `LICENSE` file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalrm%2Ffoym-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalrm%2Ffoym-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalrm%2Ffoym-template/lists"}