{"id":23218806,"url":"https://github.com/umami-software/shiso","last_synced_at":"2025-10-26T07:32:12.328Z","repository":{"id":262529517,"uuid":"885106428","full_name":"umami-software/shiso","owner":"umami-software","description":"A content layer for Next.js","archived":false,"fork":false,"pushed_at":"2025-01-18T06:30:18.000Z","size":985,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T07:26:41.326Z","etag":null,"topics":["blog","content","documentation","mdx"],"latest_commit_sha":null,"homepage":"https://shiso.vercel.app","language":"TypeScript","has_issues":true,"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/umami-software.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-11-08T00:58:53.000Z","updated_at":"2025-01-18T06:30:20.000Z","dependencies_parsed_at":"2024-12-18T04:18:14.943Z","dependency_job_id":"5c80924c-2d38-47df-8208-2583bdc6d7ad","html_url":"https://github.com/umami-software/shiso","commit_stats":null,"previous_names":["umami-software/shiso"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umami-software%2Fshiso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umami-software%2Fshiso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umami-software%2Fshiso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umami-software%2Fshiso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umami-software","download_url":"https://codeload.github.com/umami-software/shiso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238284851,"owners_count":19446741,"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":["blog","content","documentation","mdx"],"created_at":"2024-12-18T21:17:56.669Z","updated_at":"2025-10-26T07:32:12.324Z","avatar_url":"https://github.com/umami-software.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shiso\n\nA content layer for [Next.js](https://nextjs.org/).\n\n[Learn more](https://shiso.umami.is)\n\n## Usage\n\n## 1. Install the package\n\n```shell\nnpm install @umami/shiso\n```\n\n## 2. Create page\n\nIn your `app` folder, create a folder for the content section you wish to add. In this case we are creating a section for `docs`.\n\n```text\nsrc\n├── app\n│   └── docs\n│       └── [[...slug]]\n│           └── page.jsx\n```\n\nIn the `page.jsx` file, add the following code:\n\n```js\nimport { Shiso, Docs } from '@umami/shiso';\nimport { next } from '@umami/shiso/server';\nimport config from 'path/to/shiso.config.json';\n\nconst { generateMetadata, generateStaticParams, renderPage } = next(config);\n\nexport { generateMetadata, generateStaticParams };\n\nexport default renderPage(props =\u003e {\n  return \u003cShiso {...props} component={\u003cDocs /\u003e} /\u003e;\n});\n```\n\n## 3. Write content\n\nIn the folder you specified, start adding `.mdx` files.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumami-software%2Fshiso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumami-software%2Fshiso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumami-software%2Fshiso/lists"}