{"id":15761604,"url":"https://github.com/finnfiddle/brevifolia-nextjs","last_synced_at":"2025-09-10T16:34:01.777Z","repository":{"id":72895344,"uuid":"309976238","full_name":"finnfiddle/brevifolia-nextjs","owner":"finnfiddle","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-04T11:00:59.000Z","size":72281,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T11:17:51.939Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/finnfiddle.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2020-11-04T10:59:54.000Z","updated_at":"2020-11-04T11:01:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bf2e099-34b3-40e4-8192-8547cf7478dd","html_url":"https://github.com/finnfiddle/brevifolia-nextjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/finnfiddle/brevifolia-nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fbrevifolia-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fbrevifolia-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fbrevifolia-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fbrevifolia-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finnfiddle","download_url":"https://codeload.github.com/finnfiddle/brevifolia-nextjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fbrevifolia-nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274487231,"owners_count":25294480,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-04T11:03:11.032Z","updated_at":"2025-09-10T16:34:01.720Z","avatar_url":"https://github.com/finnfiddle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.nextjs.org/\"\u003e\n    \u003cimg src=\"public/static/icons/nextjs-black-logo.svg\" width=\"80\" height=\"28\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Brevifolia\n\u003c/h1\u003e\n\n\u003e 04.01.2020: Repo was updated to use latest changes from [Next 9.3](https://nextjs.org/blog/next-9-3#next-gen-static-site-generation-ssg-support). Data fetching now uses `getStaticProps` \u0026 `getStaticPaths`.\n\n![brevifolia-screenshot](public/static/brevifolia-screenshot.jpg)\n\n## About\n\nBrevifolia is a minimalist blog starter to get you going with [Next.js](https://nextjs.org/).\n\nThis blog is statically generated by Next.js, a rendered combination of react components and markdown / json files. The styles were coded \u0026 designed by yours truly, using [styled-jsx](https://github.com/zeit/styled-jsx) (which is inherently supported by [Next.js](https://nextjs.org/docs#built-in-css-support)). The font used is [Work Sans](https://fonts.google.com/specimen/Work+Sans). Photography from [Unsplash](https://unsplash.com/).\n\n## Quick Setup\n\n#### _Set-up Locally_\n\nIn your terminal, navigate to where you would like this blog to live, then run\n\n```bash\n#clone the repo\ngit clone git@github.com:kendallstrautman/brevifolia-nextjs.git\n\n#navigate to the directory\ncd brevifolia-nextjs\n\n#install dependencies \u0026 run dev server with yarn\nyarn install\nyarn develop\n\n```\n\nThis will start a dev server, navigate to localhost:3000 to check it out.\n\n## Project Structure\n\n- Site-level configuration is stored in `data/config.json`.\n- Edit styles within each component or page file within the `\u003cstyle jsx\u003e` tags.\n- Global styles live in the `Meta` component.\n- `posts/`contains all your markdown blog posts.\n- `static/` is where you images live and will get uploaded.\n- `pages` is where you page components live.\n- The blog pages are dynamically generated with a `slug` parameter. See the template in `pages/blog/[slug].js`.\n- The pages \u0026 template are comprised of components from `components`.\n- The routes are generated at the page level, with the dynamic blog routes being generated by `getStaticPaths` in `pages/blog/[slug].js`.\n\n## Deploy Options\n\n[![Deploy to Vercel](public/static/icons/deploy-vercel.svg)](https://vercel.com/import/project?template=https://github.com/kendallstrautman/brevifolia-nextjs)\n\n[Vercel](https://vercel.com/docs/v2/introduction) is a cloud platform for static sites and Serverless Functions. It enables developers to host JAMstack websites and web services that deploy instantly, scale automatically, and requires no supervision, all with no configuration.\n\n**To easily deploy this starter, click the button above.** You may need to create an account with Vercel and configure your git repository access preferences. For the deploy configuration settings, just use _all the default_ commands provided by Vercel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnfiddle%2Fbrevifolia-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinnfiddle%2Fbrevifolia-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnfiddle%2Fbrevifolia-nextjs/lists"}