{"id":26878039,"url":"https://github.com/mocdaniel/mkdocs-material-configurator","last_synced_at":"2026-04-27T23:33:10.925Z","repository":{"id":285248513,"uuid":"957481866","full_name":"mocdaniel/mkdocs-material-configurator","owner":"mocdaniel","description":"A UI configuration tool for the popuar Material theme for mkdocs","archived":false,"fork":false,"pushed_at":"2025-03-30T15:13:45.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T15:34:00.146Z","etag":null,"topics":["material-design","mkdocs","mkdocs-material","mkdocs-material-theme","theme"],"latest_commit_sha":null,"homepage":"https://materialconfig.dev","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/mocdaniel.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":"2025-03-30T13:40:13.000Z","updated_at":"2025-03-30T15:13:26.000Z","dependencies_parsed_at":"2025-03-30T15:44:19.626Z","dependency_job_id":null,"html_url":"https://github.com/mocdaniel/mkdocs-material-configurator","commit_stats":null,"previous_names":["mocdaniel/mkdocs-material-configurator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mocdaniel/mkdocs-material-configurator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fmkdocs-material-configurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fmkdocs-material-configurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fmkdocs-material-configurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fmkdocs-material-configurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mocdaniel","download_url":"https://codeload.github.com/mocdaniel/mkdocs-material-configurator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocdaniel%2Fmkdocs-material-configurator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["material-design","mkdocs","mkdocs-material","mkdocs-material-theme","theme"],"created_at":"2025-03-31T12:18:55.795Z","updated_at":"2026-04-27T23:33:10.889Z","avatar_url":"https://github.com/mocdaniel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Material for MkDocs Configurator\n\n![Screenshot of Material for MkDocs Configurator](website.png)\n\n## Motivation\n\nThis tool provides an intuitive interface for configuring your Material for MkDocs site without having to manually edit the config. It allows you to:\n\n- Visually customize your Material for MkDocs theme\n- Preview changes in real-time\n- Export your configuration as a ready-to-use `mkdocs.yml` file\n- Save time on theme configuration and focus on your documentation content\n\nI found that, while an excellent and thorough reference, the Material for MkDocs documentation sometimes is a bit\n_too much_, as in:\n\n- There might be features useful to you within Material for MkDocs, but you never come across them in the docs.\n- There might be some incompatibilities between available features\n\nThis configuration UI surfaces all available options, plugins, and features grouped by category, and takes care\nof racing conditions or incompatibilities.\n\n\u003e [!NOTE] \n\u003e **This project is not affiliated with, endorsed by, or connected to Material for MkDocs in any way.** It is an independent tool created to help users configure their Material for MkDocs sites more easily.\n\n## Development\n\n### Prerequisites\n\n- Node.js (v18 or newer)\n- `npm` or `yarn`\n\n### Local Setup\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/material-mkdocs-configurator.git\ncd material-mkdocs-configurator\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Start the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\nThis project wouldn't be possible without these amazing open-source projects:\n\n- [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) - The beautiful documentation theme this configurator is built for\n- [Next.js](https://nextjs.org/) - The React framework powering this application\n- [TailwindCSS](https://tailwindcss.com/) - The utility-first CSS framework used for styling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocdaniel%2Fmkdocs-material-configurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmocdaniel%2Fmkdocs-material-configurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocdaniel%2Fmkdocs-material-configurator/lists"}