{"id":16513492,"url":"https://github.com/gumiranda/nextblog","last_synced_at":"2025-05-05T14:30:23.226Z","repository":{"id":65676924,"uuid":"399482977","full_name":"gumiranda/NextBlog","owner":"gumiranda","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-05T00:36:19.000Z","size":2652,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T01:29:09.209Z","etag":null,"topics":["markdown","nextjs","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://devdoido.com","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/gumiranda.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}},"created_at":"2021-08-24T13:50:46.000Z","updated_at":"2024-10-23T14:30:03.000Z","dependencies_parsed_at":"2023-02-18T09:45:29.194Z","dependency_job_id":"9c268540-de25-4b46-ae4c-cd94f7b7b2ed","html_url":"https://github.com/gumiranda/NextBlog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gumiranda%2FNextBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gumiranda%2FNextBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gumiranda%2FNextBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gumiranda%2FNextBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gumiranda","download_url":"https://codeload.github.com/gumiranda/NextBlog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252514725,"owners_count":21760423,"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":["markdown","nextjs","tailwindcss","typescript","vercel"],"created_at":"2024-10-11T16:09:07.454Z","updated_at":"2025-05-05T14:30:22.746Z","avatar_url":"https://github.com/gumiranda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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## Preview\n\nPreview the example live on [StackBlitz](http://stackblitz.com/):\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/blog-starter-typescript)\n\n## Deploy your own\n\nDeploy the example using [Vercel](https://vercel.com?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example):\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-typescript\u0026project-name=blog-starter-typescript\u0026repository-name=blog-starter-typescript)\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) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:\n\n```bash\nnpx create-next-app --example blog-starter-typescript blog-starter-typescript-app\n# or\nyarn create next-app --example blog-starter-typescript blog-starter-typescript-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\nThis blog-starter-typescript uses [Tailwind CSS](https://tailwindcss.com). To control the generated stylesheet's filesize, this example uses Tailwind CSS' v2.0 [`purge` option](https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css) to remove unused CSS.\n\n[Tailwind CSS v2.0 no longer supports Node.js 8 or 10](https://tailwindcss.com/docs/upgrading-to-v2#upgrade-to-node-js-12-13-or-higher). To build your CSS you'll need to ensure you are running Node.js 12.13.0 or higher in both your local and CI environments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgumiranda%2Fnextblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgumiranda%2Fnextblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgumiranda%2Fnextblog/lists"}