{"id":24129542,"url":"https://github.com/luandro/portfolio-gridsome","last_synced_at":"2026-02-06T10:02:38.137Z","repository":{"id":39156126,"uuid":"255472413","full_name":"luandro/portfolio-gridsome","owner":"luandro","description":"Personal portfolio using Gridsome","archived":false,"fork":false,"pushed_at":"2022-12-12T11:35:00.000Z","size":38271,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T07:25:35.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","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/luandro.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}},"created_at":"2020-04-14T00:33:44.000Z","updated_at":"2020-05-10T14:30:02.000Z","dependencies_parsed_at":"2023-01-27T18:45:58.679Z","dependency_job_id":null,"html_url":"https://github.com/luandro/portfolio-gridsome","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luandro/portfolio-gridsome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fportfolio-gridsome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fportfolio-gridsome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fportfolio-gridsome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fportfolio-gridsome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luandro","download_url":"https://codeload.github.com/luandro/portfolio-gridsome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fportfolio-gridsome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29157471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"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":[],"created_at":"2025-01-11T19:33:37.619Z","updated_at":"2026-02-06T10:02:38.120Z","avatar_url":"https://github.com/luandro.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca style=\"padding-right: 16px;\" href=\"https://forestry.io\"\u003e\n    \u003cimg src=\"https://app.forestry.io/assets/forestry-logotype-pos-c71a6bd237d9199d0457ba2811553997ff5bab0d2cd0e740686ab26c00d9c240.svg\" width=\"112\" height=\"28\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://gridsome.org/\"\u003e\n    \u003cimg src=\"/static/gridsome-logo.svg\" width=\"112\" height=\"28\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Portfolio\n\u003c/h1\u003e\n\n## About\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/314f6fb1-b4a6-484a-ad3d-c26663a63bca/deploy-status)](https://app.netlify.com/sites/brevifolia-gridsome-forestry/deploys)\n\nBrevifolia is minimalist blog starter to get you going using [Forestry](https://forestry.io/) with [Gridsome](https://gridsome.org). Check out the demo [here](https://brevifolia-gridsome-forestry.netlify.com/)\n\nThis blog is statically generated by Gridsome, a rendered combination of Vue components and markdown files. It is preconfigured to work with Forestry as a way to manage your content. Forestry makes changes by editing markdown or data files, uploading media to the correct directory and committing these updates to your repo directly.\n\nThe styles were coded \u0026 designed by yours truly, using [scss](https://sass-lang.com/) with the [Gridsome style](https://gridsome.org/docs/assets-css) structure. The font used is [Work Sans](https://fonts.google.com/specimen/Work+Sans). \n\n##  Quick Setup\n\n#### *Import Directly to Forestry*\n\n\u003ca href=\"https://app.forestry.io/quick-start?repo=kendallstrautman/brevifolia-gridsome-forestry\u0026engine=other\"\u003e\n    \u003cimg alt=\"Import this project into Forestry\" src=\"https://assets.forestry.io/import-to-forestryK.svg\" /\u003e\n\u003c/a\u003e\n\n#### *Set-up Locally*\nIn your terminal, navigate to where you would like this blog to live, then run \n```bash\n#clone the repo\ngit clone git@github.com:kendallstrautman/brevifolia-gridsome-forestry.git\n\n#navigate to the directory\ncd brevifolia-gridsome-forestry\n\n#install dependencies \u0026 run dev server with yarn \nyarn install\nyarn dev\n\n#or with npm \nnpm install\nnpm run dev\n```\nA new browser window should open with the dev server running or you can navigate to localhost:8080 \n\n### Plugins\n\nWith Gridsome offering a plugin-rich ecosystem, there are a few key plugins that make this project possible. \n\n- [Gridsome Source Filesystem](https://gridsome.org/plugins/@gridsome/source-filesystem) transforms local project files into content that can be fetched with GraphQL in the components.\n- [Grisome Transformer Remark](https://gridsome.org/plugins/@gridsome/transformer-remark) transforms markdown files.\n\n## Project Structure \n\n- Site-level configuration is stored in `src/assets/config.json`. This file is loaded in the `gridsome.config.js` to configure Gridsome and allow it to be accessible via metaData in your graphql queries.\n- Add and access plugin options or metaData via `gridsome.config.js`.\n- Access Gridsome's [server api](https://gridsome.org/docs/server-api) via `gridsome.server.js`. Currently this is just boilerplate. \n- Edit global \u0026 reset styles via `src/assets/styles/...`. Edit styles specific to a page or component within the `.vue` file between the `\u003cstyle\u003e` tags\n- `src/assets/content/`contains all your markdown blog posts, images \u0026 data files (e.g. authors list, info page data). These are all editable by Forestry. \n- `src/pages` is a very important and required directory for Gridsome. This is where all your pages for the site live. \n- Blog posts are built from a template that can be accessed at `src/templates`. The routing and config for this template lives in `gridsome.config.js` within the `@gridsome/source-filesystem` plugin object.\n- The pages \u0026 template are comprised of components from `src/components`.\n\n## Using Forestry as your CMS\n\nThe `.forestry` directory contains all the settings information and frontmatter configuration to allow Forestry to setup the sidebar structure and editing capacity for this blog. After importing this blog into forestry, you can [access and edit](https://forestry.io/docs/editing/) all of the content via the sidebar. \n\nYou can add new blog posts, [data files](https://forestry.io/docs/editing/data-files/), or entire pages and sections to fit your needs. You can also [customize how media](https://forestry.io/docs/media/) is handled, by configurating gitLFS, Cloudinary, S3, or Netlify Large Media.\n\nYou can set up a [remote admin](https://forestry.io/docs/editing/remote-admin/) for content editors to log in directly to yoururl.com/admin to make content updates.\n\n### Instant Previews\n\nThe [instant preview](https://forestry.io/docs/previews/instant-previews/) method spins up the Gridsome development server for a long-lived preview that can quickly respond to content updates. When using instant previews, your preview command should be the develop command. The development server spawned by this command should be available over port 8080, and bind to 0.0.0.0. The forestry:preview command in this project's package.json will launch a dev server compatible with Forestry's instant previews.\n\n## Deploy Options\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kendallstrautman/brevifolia-gridsome-forestry)\n\n[Netlify](https://www.netlify.com/blog/2016/09/29/a-step-by-step-guide-deploying-on-netlify/) is a great way to easily deploy sites. There's no special setup you need to do with Forestry to deploy with Netlify. When Forestry makes commits to your repo, Netlify will auto-trigger a rebuild / deploy when new commits are made.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fportfolio-gridsome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluandro%2Fportfolio-gridsome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fportfolio-gridsome/lists"}