{"id":15103137,"url":"https://github.com/ayazhankadessova/gitroll-blog","last_synced_at":"2026-01-02T19:09:10.502Z","repository":{"id":254493490,"uuid":"844482883","full_name":"ayazhankadessova/gitroll-blog","owner":"ayazhankadessova","description":"Static files blog with MDX, Next.js, TailwindCSS and Contentlayer, using shadcn/ui components.","archived":false,"fork":false,"pushed_at":"2024-08-31T08:45:42.000Z","size":552,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-18T17:48:05.728Z","etag":null,"topics":["contentlayer","mdx","nextjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://gitroll-blog.vercel.app/blog","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/ayazhankadessova.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T11:00:27.000Z","updated_at":"2024-11-24T09:57:15.000Z","dependencies_parsed_at":"2024-08-27T06:23:16.917Z","dependency_job_id":"8d53d871-612c-40e9-abd6-9ca89d834b2f","html_url":"https://github.com/ayazhankadessova/gitroll-blog","commit_stats":{"total_commits":87,"total_committers":1,"mean_commits":87.0,"dds":0.0,"last_synced_commit":"cdcafb3040b2b956af40a9647c5369da78d51166"},"previous_names":["ayazhankadessova/gitroll-blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayazhankadessova%2Fgitroll-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayazhankadessova%2Fgitroll-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayazhankadessova%2Fgitroll-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayazhankadessova%2Fgitroll-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayazhankadessova","download_url":"https://codeload.github.com/ayazhankadessova/gitroll-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238202213,"owners_count":19433176,"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":["contentlayer","mdx","nextjs","tailwindcss"],"created_at":"2024-09-25T19:21:35.439Z","updated_at":"2025-10-25T20:30:16.609Z","avatar_url":"https://github.com/ayazhankadessova.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### About\n\nThis `NextJS` project is an attempt to clone [`GitRoll-blog`](https://gitroll.io/blog), bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app), using `TailwindCSS`, `MDX`, `Contentlayer`, and `shadcn/ui` + `lucide-react` components.\n\n## Getting Started\n\n1. Install dependencies:\n\n```bash\npnpm install\n```\n\n2. Run the development server:\n\n```bash\npnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Code notes\n\n1. burger btn not working\n2. clean up code\n3. headers const in smth else\n4. start making posts\n5. make 1 blog page\n6. blog \u003e [...slug] =\u003e we can read anything after /blog/...\n7. add custom comps\n\nfix:\n\n1. [x] theme, search in navbar\n2. [x] search\n3. [x] Sort By\n4. [x] theme\n5. [x] button theme too big\n6. [x] picture in post-item should be at the end\n7. [x] add icons\n\nbugs:\n\n- [x] sometimes can't see mobilnav or texts\n- [x] 404 page is white\n- [x] line numbers not working in rehype\n- [x] pagination height\n- [ ] tags not grouped\n- [x] light/dark mode\n- [x] pagination logic\n- [x] small screen, blog photo goes to up\n- [ ] cache\n- [ ] add new pics\n- [ ] add more posts\n\nCode review:\n\n1. [x] The home page blog articles section isn't centered on larger screens\n2. [x] Check this link to fix the export pattern in next config\n3. [x] It is not advisable to ignore eslint when building the application, it can lead to technical debt as issues and problems in the codebase might go undetected; please fix the error in @/components/mdx-components.tsx\n4. [x]The header looks nice and I like the dark mode toggle; but note that FAQ doesn't look consistent with Products and Our Story;\n5. [x] also, the text for Contact Us isn't center aligned\n6. [x] I would suggest to have the post date as a POSIX timestamp, so you could perform sorting and formatting easier\n7. [x] I'd like to see you implement the copy share link to clipboard too\n8. In mobile view, when you scroll down a little bit then open and close the mobile nav menu, the scroll position changes, which signals a re-render is triggered somewhere; try to fix this too\n9. [x] Might as well pass in the whole post object into PostItem so that you don't have to declare and destructure so many props\n10. [x] For the back button in your single blog page, I'd like to use router.back() instead of navigating back to /blog , so that it remembers your search params\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayazhankadessova%2Fgitroll-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayazhankadessova%2Fgitroll-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayazhankadessova%2Fgitroll-blog/lists"}