{"id":46635376,"url":"https://github.com/boxwise/boxtribute-landing-nextjs","last_synced_at":"2026-03-08T01:27:55.030Z","repository":{"id":317200189,"uuid":"547862015","full_name":"boxwise/boxtribute-landing-nextjs","owner":"boxwise","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-15T09:16:02.000Z","size":64677,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-18T07:53:24.858Z","etag":null,"topics":["nextjs","react"],"latest_commit_sha":null,"homepage":"blog-starter-kit-teal.vercel.app","language":"TypeScript","has_issues":false,"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/boxwise.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":"2022-10-08T12:48:21.000Z","updated_at":"2025-12-15T09:16:07.000Z","dependencies_parsed_at":"2025-09-30T00:30:15.557Z","dependency_job_id":null,"html_url":"https://github.com/boxwise/boxtribute-landing-nextjs","commit_stats":null,"previous_names":["boxwise/boxtribute-landing-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boxwise/boxtribute-landing-nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxwise%2Fboxtribute-landing-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxwise%2Fboxtribute-landing-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxwise%2Fboxtribute-landing-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxwise%2Fboxtribute-landing-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxwise","download_url":"https://codeload.github.com/boxwise/boxtribute-landing-nextjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxwise%2Fboxtribute-landing-nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30240896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"ssl_error","status_checked_at":"2026-03-08T00:55:48.608Z","response_time":53,"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":["nextjs","react"],"created_at":"2026-03-08T01:27:54.381Z","updated_at":"2026-03-08T01:27:55.010Z","avatar_url":"https://github.com/boxwise.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note: The text below is boilerplate from Vercel and needs to be appropriately updated with all relevant information and links.\n\n# A statically generated blog example using Next.js, Markdown, and TypeScript\n\nThis is the existing [blog-starter](https://github.com/vercel/next.js/tree/canary/examples/blog-starter) plus TypeScript.\n\nThis example showcases Next.js's [Static Generation](https://nextjs.org/docs/basic-features/pages) feature using Markdown files as the data source.\n\nThe blog posts are stored in `/_posts` as Markdown files with front matter support. Adding a new Markdown file in there will create a new blog post.\n\nTo create the blog posts we use [`remark`](https://github.com/remarkjs/remark) and [`remark-html`](https://github.com/remarkjs/remark-html) to convert the Markdown files into an HTML string, and then send it down as a prop to the page. The metadata of every post is handled by [`gray-matter`](https://github.com/jonschlinkert/gray-matter) and also sent in props to the page.\n\n## Demo\n\n[https://next-blog-starter.vercel.app/](https://next-blog-starter.vercel.app/)\n\n## Deploy your own\n\nDeploy the example using [Vercel](https://vercel.com?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/blog-starter)\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/blog-starter\u0026project-name=blog-starter\u0026repository-name=blog-starter)\n\n### Related examples\n\n- [WordPress](/examples/cms-wordpress)\n- [DatoCMS](/examples/cms-datocms)\n- [Sanity](/examples/cms-sanity)\n- [TakeShape](/examples/cms-takeshape)\n- [Prismic](/examples/cms-prismic)\n- [Contentful](/examples/cms-contentful)\n- [Strapi](/examples/cms-strapi)\n- [Agility CMS](/examples/cms-agilitycms)\n- [Cosmic](/examples/cms-cosmic)\n- [ButterCMS](/examples/cms-buttercms)\n- [Storyblok](/examples/cms-storyblok)\n- [GraphCMS](/examples/cms-graphcms)\n- [Kontent](/examples/cms-kontent)\n- [Umbraco Heartcore](/examples/cms-umbraco-heartcore)\n- [Builder.io](/examples/cms-builder-io)\n- [TinaCMS](/examples/cms-tina/)\n- [Enterspeed](/examples/cms-enterspeed)\n\n## How to use\n\nExecute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:\n\n```bash\nnpx create-next-app --example blog-starter blog-starter-app\n```\n\n```bash\nyarn create next-app --example blog-starter blog-starter-app\n```\n\n```bash\npnpm create next-app --example blog-starter blog-starter-app\n```\n\nYour blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).\n\nDeploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).\n\n# Notes\n\n`blog-starter` uses [Tailwind CSS](https://tailwindcss.com) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxwise%2Fboxtribute-landing-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxwise%2Fboxtribute-landing-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxwise%2Fboxtribute-landing-nextjs/lists"}