{"id":14964336,"url":"https://github.com/azurewarth0920/nuxt-dynamic-content","last_synced_at":"2026-01-18T18:32:21.646Z","repository":{"id":40711870,"uuid":"282927198","full_name":"Azurewarth0920/nuxt-dynamic-content","owner":"Azurewarth0920","description":"A Nuxt.js plugin that using content to generate static pages with dynamic routing.","archived":false,"fork":false,"pushed_at":"2023-01-06T12:57:21.000Z","size":1907,"stargazers_count":1,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T00:44:08.159Z","etag":null,"topics":["jamstack","nuxt","nuxt-content","nuxt-module","nuxtjs","static-site-generator"],"latest_commit_sha":null,"homepage":"https://azurewarth0920.github.io/nuxt-dynamic-content/","language":"JavaScript","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/Azurewarth0920.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}},"created_at":"2020-07-27T14:47:14.000Z","updated_at":"2021-01-09T05:08:33.000Z","dependencies_parsed_at":"2023-02-06T03:16:22.384Z","dependency_job_id":null,"html_url":"https://github.com/Azurewarth0920/nuxt-dynamic-content","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azurewarth0920%2Fnuxt-dynamic-content","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azurewarth0920%2Fnuxt-dynamic-content/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azurewarth0920%2Fnuxt-dynamic-content/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azurewarth0920%2Fnuxt-dynamic-content/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azurewarth0920","download_url":"https://codeload.github.com/Azurewarth0920/nuxt-dynamic-content/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149510,"owners_count":20891954,"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":["jamstack","nuxt","nuxt-content","nuxt-module","nuxtjs","static-site-generator"],"created_at":"2024-09-24T13:33:00.259Z","updated_at":"2026-01-18T18:32:21.631Z","avatar_url":"https://github.com/Azurewarth0920.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nuxt-dynamic-content\nA Nuxt.js JAM stack plugin that generating static site with dynamic resource.\n\n## Installation\n\nUse yarn\n\n```bash\nyarn add nuxt-dynamic-content\n```\n\nor npm\n\n```bash\nnpm install nuxt-dynamic-content\n```\n\nThen, add `nuxt-dynamic-content` to the `modules` section of `nuxt.config.js`:\n\n```JavaScript\nimport dynamicContent from 'nuxt-dynamic-content'\n\n{\n  modules: [\n    dynamicContent\n  ]\n}\n```\n\nand don't forget to put config file `content.config.js` in `module` folder, or you can import your config into module section.\n\n```JavaScript\nimport dynamicContent from 'nuxt-dynamic-content'\nimport dynamicContentConfig from '~/some-folder/'\n\n{\n  modules: [\n    [dynamicContent, dynamicContentConfig]\n  ]\n}\n```\n\n## Documentation\n\nTo [Documentation](https://azurewarth0920.github.io/nuxt-dynamic-content/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurewarth0920%2Fnuxt-dynamic-content","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazurewarth0920%2Fnuxt-dynamic-content","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurewarth0920%2Fnuxt-dynamic-content/lists"}