{"id":18287548,"url":"https://github.com/othytenk/agula-static-web","last_synced_at":"2026-05-09T14:13:50.771Z","repository":{"id":205572505,"uuid":"714563032","full_name":"OthyTenk/agula-static-web","owner":"OthyTenk","description":"Deploy the agula web using nextjs static site generator on Github Pages","archived":false,"fork":false,"pushed_at":"2023-11-05T09:35:55.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T01:14:13.666Z","etag":null,"topics":["github-pages","nextjs","static-site","static-site-generator","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://agula.xyz","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/OthyTenk.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}},"created_at":"2023-11-05T09:22:03.000Z","updated_at":"2023-11-05T14:29:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"217c07a0-76e7-4cc7-9c66-8f5d3911dfbc","html_url":"https://github.com/OthyTenk/agula-static-web","commit_stats":null,"previous_names":["othytenk/agula-static-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OthyTenk%2Fagula-static-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OthyTenk%2Fagula-static-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OthyTenk%2Fagula-static-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OthyTenk%2Fagula-static-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OthyTenk","download_url":"https://codeload.github.com/OthyTenk/agula-static-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994068,"owners_count":21030048,"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":["github-pages","nextjs","static-site","static-site-generator","tailwindcss","typescript"],"created_at":"2024-11-05T13:28:17.044Z","updated_at":"2026-05-09T14:13:45.747Z","avatar_url":"https://github.com/OthyTenk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"1500\" alt=\"Screenshot 2023-11-05 at 17 16 31\" src=\"https://github.com/OthyTenk/agula-static-web/assets/34827155/c1000197-c48f-4499-8ab8-40f1f409aa70\"\u003e\n\nDeploy Next.js to Github Pages with Github Actions. [`View the deployed app 🚀`](https://othytenk.github.io/agula-static-web/).\n\n## Configure Next.js\n\n```bash\n/**\n * @type {import('next').NextConfig}\n **/\n\nconst isProd = process.env.NODE_ENV === \"production\";\n\nconst nextConfig = {\n  /**\n   * Enable static exports for the App Router.\n   *\n   * @see https://nextjs.org/docs/pages/building-your-application/deploying/static-exports\n   */\n  output: \"export\",\n\n  /**\n   * Set base path. This is usually the slug of your repository.\n   *\n   * @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath\n   */\n  basePath: isProd ? \"/agula-static-web\" : \"\",\n\n  distDir: \"dist\",\n\n  /**\n   * Disable server-based image optimization. Next.js does not support\n   * dynamic features with static exports.\n   *\n   * @see https://nextjs.org/docs/pages/api-reference/components/image#unoptimized\n   */\n  images: {\n    unoptimized: true,\n  },\n};\n\nmodule.exports = nextConfig;\n```\n\n## Deploy on Github Pages\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothytenk%2Fagula-static-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothytenk%2Fagula-static-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothytenk%2Fagula-static-web/lists"}