{"id":24890406,"url":"https://github.com/phucbm/nextra-blog-starter","last_synced_at":"2026-04-13T23:32:01.447Z","repository":{"id":275249448,"uuid":"924571932","full_name":"phucbm/nextra-blog-starter","owner":"phucbm","description":"A template for deploying Nextra blogs with built-in features like search, tags, and more.","archived":false,"fork":false,"pushed_at":"2025-12-07T04:44:53.000Z","size":1183,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T04:46:51.651Z","etag":null,"topics":["giscus","nextjs","nextra","nextra-blog","pagefind","tailwindcss"],"latest_commit_sha":null,"homepage":"https://nextra-blog.phucbm.com","language":"MDX","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/phucbm.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-30T09:06:25.000Z","updated_at":"2026-03-05T11:53:16.000Z","dependencies_parsed_at":"2025-10-26T05:25:20.118Z","dependency_job_id":"5873b798-8d66-435f-b1d1-26228449f9c4","html_url":"https://github.com/phucbm/nextra-blog-starter","commit_stats":null,"previous_names":["phucbm/nextra-blog-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/phucbm/nextra-blog-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fnextra-blog-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fnextra-blog-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fnextra-blog-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fnextra-blog-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phucbm","download_url":"https://codeload.github.com/phucbm/nextra-blog-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fnextra-blog-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31775744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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":["giscus","nextjs","nextra","nextra-blog","pagefind","tailwindcss"],"created_at":"2025-02-01T17:15:23.481Z","updated_at":"2026-04-13T23:32:01.432Z","avatar_url":"https://github.com/phucbm.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nextra Blog Starter\n\u003cimg width=\"1632\" height=\"1061\" alt=\"screenshot\" src=\"https://github.com/user-attachments/assets/1c2ee6d0-719d-4f56-b39b-99dc3fcbb428\" /\u003e\n\nA modern, feature-rich blog template built with [Nextra](https://nextra.site).\n\n## 🚀 Demo\n\n- [Official Nextra Documentation](https://nextra.site)\n- [Live Demo of This Template](https://nextra-blog.phucbm.com)\n\n## Quick Start\n\nYou can deploy this template on Vercel by clicking the button below\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fphucbm%2Fnextra-blog-starter)\n\n## Features\n\n- [Nextra 4](https://nextra.site/docs) with Next.js 16 + React 19 + TypeScript\n- [shadcn/ui](https://ui.shadcn.com/) and Tailwind CSS\n- [Pagefind](https://the-guild.dev/blog/nextra-4#new-search-engine--pagefind) for search engine\n- [Giscus](https://giscus.app/) for commenting system\n- [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) in Next.js App Router with [next-view-transitions](https://github.com/shuding/next-view-transitions)\n\n## Local Development\n\n### Clone this repository\n\nUsing the GitHub CLI:\n```bash\ngh repo clone phucbm/nextra-blog-starter\n```\n\n### Install\n```bash\npnpm i\n```\n\n### Run the development server\n```bash\npnpm dev\n```\n\n## 📝 Usage\n\n### Adding New Posts\n\n1. Create a new `.mdx` file in the `content` directory\n2. Add your front matter at the top of the file:\n\n```yaml\n---\ntitle: Your Post Title\ndate: 2025/1/30\ndescription: A brief description of your post\ntags: [ \"web development\", \"react\" ]\nauthor: Your Name\n---\n```\n\n3. Write your content in MDX format below the front matter\n\n---\n\nCreated with ❤️ by PHUCBM\n\nDon't forget to ⭐ this repository if you found it helpful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphucbm%2Fnextra-blog-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphucbm%2Fnextra-blog-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphucbm%2Fnextra-blog-starter/lists"}