{"id":38409736,"url":"https://github.com/alanpjohn/next-notion-portfolio","last_synced_at":"2026-01-17T04:02:43.528Z","repository":{"id":37018214,"uuid":"440063492","full_name":"alanpjohn/next-notion-portfolio","owner":"alanpjohn","description":"Portfolio cum Blog built with NextJS","archived":false,"fork":false,"pushed_at":"2025-09-09T17:31:08.000Z","size":9305,"stargazers_count":21,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T20:04:41.020Z","etag":null,"topics":["blog","nextjs","portfolio","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://www.alanjohn.dev","language":"TypeScript","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/alanpjohn.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-12-20T06:20:26.000Z","updated_at":"2025-09-09T17:31:12.000Z","dependencies_parsed_at":"2024-06-12T19:26:42.350Z","dependency_job_id":null,"html_url":"https://github.com/alanpjohn/next-notion-portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alanpjohn/next-notion-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanpjohn%2Fnext-notion-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanpjohn%2Fnext-notion-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanpjohn%2Fnext-notion-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanpjohn%2Fnext-notion-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alanpjohn","download_url":"https://codeload.github.com/alanpjohn/next-notion-portfolio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanpjohn%2Fnext-notion-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28494159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["blog","nextjs","portfolio","react","tailwindcss","typescript"],"created_at":"2026-01-17T04:02:43.422Z","updated_at":"2026-01-17T04:02:43.516Z","avatar_url":"https://github.com/alanpjohn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next-notion-portfolio\n\nThis project was build on a template generated with [superplate](https://github.com/pankod/superplate).\nCurrently hosted on vercel at www.alanjohn.dev\n\nDocumented at\n- [Setting up my NextJS repository with the help of Superplate](https://www.alanjohn.dev/blog/Building-a-Developer-Portfolio-Setting-up-my-NextJS-repository-with-the-help-of-Superplate)\n- [Creating a NextJS blog in typescript using Notion API](https://www.alanjohn.dev/blog/Building-a-Developer-Portfolio-Creating-a-NextJS-blog-in-typescript-using-Notion-API)\n- [Understanding SEO and Web Vitals for your NextJS site and how to improve them?](https://www.alanjohn.dev/blog/Building-a-Developer-Portfolio-Understanding-SEO-and-Web-Vitals-for-your-NextJS-site-and-how-to-improve-them)\n\n## Available Scripts\n\n### Running the development server.\n\n```bash\n    npm run dev\n```\n\n### Building for production.\n\n```bash\n    npm run build:analyze\n```\n\n### Running the production server.\n\n```bash\n    npm run start\n```\n\n### Linting the code\n\n```bash\n    npm run lint\n    npm run lint:style\n```\n\n## Learn More\n\nTo learn more about **superplate**, please check out the [Documentation](https://github.com/pankod/superplate).\n\n### **NextJS**\n\nA React framework for production with all the features you need for production: hybrid static \u0026 server rendering, TypeScript support, smart bundling, route pre-fetching, and more. \n\n[Go To Documentation](https://nextjs.org/docs)\n\n### **Notion API**\n\nAllows to connect to Notion databases giving you the power to use Notion as a CMS\n\n[Go To Documentation](https://developers.notion.com/docs)\n\n### **TailwindCSS**\n\nA utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.\n\n[Go To Documentation](https://tailwindcss.com/docs)\n\n\n### **SASS/SCSS**\n\nSass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax.\n\n[Go To Documentation](https://sass-lang.com/documentation)\n\n\n### **Environment Variables**\n\nUse environment variables in your next.js project for server side, client or both.\n\n[Go To Documentation](https://github.com/vercel/next.js/tree/canary/examples/environment-variables)\n\n\n### **Bundle Analyzer**\n\nUse webpack-bundle-analyzer in your Next.js project. Visualize size of webpack output files with an interactive zoomable treemap.\n\n[Go To Documentation](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)\n\n\n### **ESLint**\n\nA pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.\n\n[Go To Documentation](https://eslint.org/docs/user-guide/getting-started)\n\n\n### **Prettier**\n\nAn opinionated code formatter; Supports many languages; Integrates with most editors.\n\n[Go To Documentation](https://prettier.io/docs/en/index.html)\n\n### **Stylelint**\n\n[Go To Documentation]()\n\n### **Github Actions**\n\nGitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub.\n\n[Go To Documentation](https://docs.github.com/en/actions)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanpjohn%2Fnext-notion-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falanpjohn%2Fnext-notion-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanpjohn%2Fnext-notion-portfolio/lists"}