{"id":16584105,"url":"https://github.com/headwindz/nextjs-windi-typescript-starter-blog","last_synced_at":"2025-08-03T09:08:08.560Z","repository":{"id":80858006,"uuid":"453723882","full_name":"headwindz/nextjs-windi-typescript-starter-blog","owner":"headwindz","description":"A starter blogging template powered by nextjs, windicss and typescript","archived":false,"fork":false,"pushed_at":"2022-12-04T12:58:13.000Z","size":361,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-03-07T16:49:20.109Z","etag":null,"topics":["blogging","contentlayer","nextjs","react","template","typescript","windicss"],"latest_commit_sha":null,"homepage":"https://nextjs-windi-typescript-starter-blog-n0rush.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/headwindz.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}},"created_at":"2022-01-30T15:49:21.000Z","updated_at":"2024-03-07T16:49:25.345Z","dependencies_parsed_at":null,"dependency_job_id":"baf14443-4217-49cd-8769-e51756900529","html_url":"https://github.com/headwindz/nextjs-windi-typescript-starter-blog","commit_stats":null,"previous_names":["headwindz/nextjs-windi-typescript-starter-blog"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwindz%2Fnextjs-windi-typescript-starter-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwindz%2Fnextjs-windi-typescript-starter-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwindz%2Fnextjs-windi-typescript-starter-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwindz%2Fnextjs-windi-typescript-starter-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/headwindz","download_url":"https://codeload.github.com/headwindz/nextjs-windi-typescript-starter-blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219858080,"owners_count":16556048,"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":["blogging","contentlayer","nextjs","react","template","typescript","windicss"],"created_at":"2024-10-11T22:43:57.247Z","updated_at":"2024-10-11T22:43:57.990Z","avatar_url":"https://github.com/headwindz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e This project is still WIP\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eNextjs Windi Typescript Starter Blog\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nA starter blogging template powered by [nextjs], [windicss] and [typescript]\n\n[![license-img]][license-link] [![version-img]][version-link]\n\n[nextjs]: https://nextjs.org\n[windicss]: https://windicss.org\n[typescript]: https://www.typescriptlang.org/\n[license-img]: https://img.shields.io/badge/license-MIT-blue.svg\n[license-link]: https://github.com/n0ruSh/nextjs-windi-typescript-starter-blog/blob/main/LICENSE\n[version-img]: https://img.shields.io/github/package-json/v/n0ruSh/nextjs-windi-typescript-starter-blog\n[version-link]: https://github.com/n0ruSh/nextjs-windi-typescript-starter-blog/blob/main/package.json#L3\n\n\u003c/div\u003e\n\n# 💖 Used by\n\n- [Demo](https://nextjs-windi-typescript-starter-blog-n0rush.vercel.app/) - this repo\n\nAre you using the template🚗 ? Please add yourself to the list above via a PR\n\n## 🎉 Features\n\n- Written in Typescript, with native type support.\n- i18n\n- Responsive design - mobile friendly\n- Light and dark mode support\n- Current best web engineering practices: lint + prettier + husky + commintlint + lint-staged\n- Support for tags\n- [] Powerful search with Algolia\n- [] PR workflow - Run checks/lints on PR and preview\n\n## 🔨 Usage\n\n1. Clone the repo\n1. Customize `theme.config.ts`\n1. Customize `data/intro/index.md` and `data/intro/index.zh-CN.md` (about author)\n1. Update blogs `data/blogs/*` with your own blogs\n1. Update `components/footer/index.tsx` to customize social information\n1. Deploy on Vercel\n\n## 📦 Installation\n\n```bash\n$ yarn\n```\n\n## 🚗 Development\n\nFirst, run the development server:\n\n```bash\nyarn run dev\n```\n\nOpen your browser and visit [http://localhost:3000](http://localhost:3000).\n\n## 📕 Overview\n\n- `theme.config.js` - Theme configuration\n- `next.config.js` - Nextjs configuration\n- `windi.config.ts` - Windicss configuration\n- `pages/*` - Static pages\n- `data/*` - MDX data that is used for introduction and blogs\n- `public/*` - Static assets\n- `interface/index.ts` - Common types\n- `styles/index.css` - Common custom variant\n- `styles/prism.css` - Prism theme for code blocks\n\n## 🙏 Credit\n\nInspired by the following awesome work:\n\n[leerob.io](https://github.com/leerob/leerob.io)\n\n[antfu.me](https://github.com/antfu/antfu.me)\n\n[tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog)\n\n## 🎈 License\n\nThis project is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwindz%2Fnextjs-windi-typescript-starter-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheadwindz%2Fnextjs-windi-typescript-starter-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwindz%2Fnextjs-windi-typescript-starter-blog/lists"}