{"id":28408991,"url":"https://github.com/murabcd/blog","last_synced_at":"2026-05-04T10:37:43.576Z","repository":{"id":193839501,"uuid":"598326582","full_name":"murabcd/blog","owner":"murabcd","description":"Blog built with Next.js, Tailwind, and Vercel","archived":false,"fork":false,"pushed_at":"2025-06-22T13:22:19.000Z","size":2935,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T14:30:37.643Z","etag":null,"topics":["blog","mdx","nextjs","portfolio","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://murabcd.vercel.app","language":"MDX","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/murabcd.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,"zenodo":null}},"created_at":"2023-02-06T21:50:31.000Z","updated_at":"2025-06-22T13:22:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f50fa6a-06be-4c46-8099-165e1a62ea4a","html_url":"https://github.com/murabcd/blog","commit_stats":null,"previous_names":["muradpm/portfolio-website","murabcd/blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/murabcd/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murabcd","download_url":"https://codeload.github.com/murabcd/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fblog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261766601,"owners_count":23206655,"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","mdx","nextjs","portfolio","react","tailwindcss"],"created_at":"2025-06-02T04:38:39.860Z","updated_at":"2026-05-04T10:37:43.565Z","avatar_url":"https://github.com/murabcd.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://murabcd.vercel.app\"\u003e\n  \u003cimg alt=\"An Open-source AI Chatbot Built With Next.js.\" src=\"./public/preview/blog.png\"\u003e\n  \u003ch1 align=\"center\"\u003eBlog\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\nCMS-style workflow where content is stored in Convex and synced from markdown/MDX files.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Blog Built with Next.js and Convex.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003e\u003cstrong\u003eFeatures\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#running-locally\"\u003e\u003cstrong\u003eRunning locally\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#syncing-content\"\u003e\u003cstrong\u003eSyncing content\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#license\"\u003e\u003cstrong\u003eLicense\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n\n## Features\n\n- [Next.js](https://nextjs.org) App Router\n  - Advanced routing for seamless navigation and performance\n- [TailwindCSS](https://tailwindcss.com/):\n  - A utility-first CSS framework for rapidly building custom designs\n- [MDX](https://mdxjs.com/)\n  - Write JSX in your Markdown documents for interactive components and dynamic content\n- [Vercel Blob](https://vercel.com/docs/storage/vercel-blob):\n  - For storing and serving images\n- [Convex](https://www.convex.dev/)\n  - Real-time database for storing like counting and visitor interactions\n\n\n## Running locally\n\nYou will need to use the environment variables [defined in `.env.example`](.env.example) to run the blog. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary.\n\n\u003e Note: You should not commit your `.env` file or it will expose secrets.\n\n1. Install Vercel CLI: `bun i -g vercel`\n2. Link local instance with Vercel and GitHub accounts (creates `.vercel` directory): `vercel link`\n3. Download your environment variables: `vercel env pull`\n\n```bash\nbun install\nbun dev\n```\n\nYour app should now be running on [localhost:3000](http://localhost:3000/)\n\n## Syncing content\n\n- `sync` / `sync:prod`: Use when you only changed content files (MDX/markdown)\n- `deploy` / `deploy:prod`: Use when you changed code, Convex functions, or schema\n\nMake sure you have `.env.production.local` with your production Convex URL:\n\n## License\n\nYou are free to use this code as inspiration. Please do not copy it directly. Crediting the author is appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurabcd%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurabcd%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurabcd%2Fblog/lists"}