Giter Site home page Giter Site logo

abdalidahir / gatsby-portfolio Goto Github PK

View Code? Open in Web Editor NEW
92.0 3.0 30.0 9.42 MB

creative personal & portfolio template based on gatsby. designed so you can showcase your work and write your blogs.

Home Page: https://gatsby-persoanl.netlify.app/

License: Other

JavaScript 92.01% CSS 0.79% TypeScript 7.19%
gatsby-site markdown gatsby github-api portfolio personal react designer ui-design

gatsby-portfolio's Introduction

Hi there πŸ‘‹

  • πŸ”­ I’m currently working on ...
  • 🌱 I’m currently learning ...
  • πŸ‘― I’m looking to collaborate on ...
  • πŸ€” I’m looking for help with ...
  • πŸ’¬ Ask me about ...
  • πŸ“« How to reach me: ...
  • πŸ˜„ Pronouns: ...
  • ⚑ Fun fact: ...

abdali dahir github

gatsby-portfolio's People

Contributors

abdalidahir avatar davidkroell avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gatsby-portfolio's Issues

Need help with developing

Sandro@DESKTOP-P01QU4V MINGW64 ~/Desktop/code/gatsby-portfolio (master)
$ gatsby develop
success open and validate gatsby-configs - 0.119s
success load plugins - 1.847s
success onPreInit - 0.050s
info One or more of your plugins have changed since the last time you ran
Gatsby. As
a precaution, we're deleting your site's cache to ensure there's no stale data.
success initialize cache - 0.157s
success copy gatsby files - 0.112s
success onPreBootstrap - 0.025s
success createSchemaCustomization - 0.071s
success Checking for changed pages - 0.001s
success source and transform nodes - 0.555s
success building schema - 0.651s
info Total nodes: 95, SitePage nodes: 13 (use --verbose for breakdown)
success createPages - 0.076s
success Checking for changed pages - 0.000s
success createPagesStatefully - 0.102s
success update schema - 0.047s
success write out redirect data - 0.001s
success Build manifest and related icons - 0.144s
success onPostBootstrap - 0.150s
info bootstrap finished - 7.518s
success onPreExtractQueries - 0.002s

 ERROR #85923  GRAPHQL

There was an error in your GraphQL query:

Cannot query field "name" on type "GithubDataDataViewer".

If you don't expect "name" to exist on the type "GithubDataDataViewer" it is
most likely a typo.
However, if you expect "name" to exist there are a couple of solutions to common
 problems:

- If you added a new data source and/or changed something inside
gatsby-node.js/gatsby-config.js, please try a restart of your development server
- The field might be accessible in another subfield, please try your query in
GraphiQL and use the GraphiQL explorer to see which fields you can query and
what shape they have
- You want to optionally use your field "name" and right now it is not used
anywhere. Therefore Gatsby can't infer the type and add it to the GraphQL
schema. A quick fix is to add at least one entry with that field ("dummy
content")

It is recommended to explicitly type your GraphQL schema if you want to use
optional fields. This way you don't have to add the mentioned "dummy content".
Visit our docs to learn how you can define the schema for
"GithubDataDataViewer":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: src\pages\repositories.js:40:11


 ERROR #85923  GRAPHQL

There was an error in your GraphQL query:

Cannot query field "description" on type
"GithubDataDataViewerRepositoriesNodes".

If you don't expect "description" to exist on the type
"GithubDataDataViewerRepositoriesNodes" it is most likely a typo.
However, if you expect "description" to exist there are a couple of solutions to
 common problems:

- If you added a new data source and/or changed something inside
gatsby-node.js/gatsby-config.js, please try a restart of your development server
- The field might be accessible in another subfield, please try your query in
GraphiQL and use the GraphiQL explorer to see which fields you can query and
what shape they have
- You want to optionally use your field "description" and right now it is not
used anywhere. Therefore Gatsby can't infer the type and add it to the GraphQL
schema. A quick fix is to add at least one entry with that field ("dummy
content")

It is recommended to explicitly type your GraphQL schema if you want to use
optional fields. This way you don't have to add the mentioned "dummy content".
Visit our docs to learn how you can define the schema for
"GithubDataDataViewerRepositoriesNodes":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: src\pages\repositories.js:45:15


 ERROR #85923  GRAPHQL

There was an error in your GraphQL query:

Cannot query field "homepageUrl" on type
"GithubDataDataViewerRepositoriesNodes".

If you don't expect "homepageUrl" to exist on the type
"GithubDataDataViewerRepositoriesNodes" it is most likely a typo.
However, if you expect "homepageUrl" to exist there are a couple of solutions to
 common problems:

- If you added a new data source and/or changed something inside
gatsby-node.js/gatsby-config.js, please try a restart of your development server
- The field might be accessible in another subfield, please try your query in
GraphiQL and use the GraphiQL explorer to see which fields you can query and
what shape they have
- You want to optionally use your field "homepageUrl" and right now it is not
used anywhere. Therefore Gatsby can't infer the type and add it to the GraphQL
schema. A quick fix is to add at least one entry with that field ("dummy
content")

It is recommended to explicitly type your GraphQL schema if you want to use
optional fields. This way you don't have to add the mentioned "dummy content".
Visit our docs to learn how you can define the schema for
"GithubDataDataViewerRepositoriesNodes":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: src\pages\repositories.js:46:15


 ERROR #85923  GRAPHQL

There was an error in your GraphQL query:

Cannot query field "languages" on type "GithubDataDataViewerRepositoriesNodes".

If you don't expect "languages" to exist on the type
"GithubDataDataViewerRepositoriesNodes" it is most likely a typo.
However, if you expect "languages" to exist there are a couple of solutions to
common problems:

- If you added a new data source and/or changed something inside
gatsby-node.js/gatsby-config.js, please try a restart of your development server
- The field might be accessible in another subfield, please try your query in
GraphiQL and use the GraphiQL explorer to see which fields you can query and
what shape they have
- You want to optionally use your field "languages" and right now it is not used
 anywhere. Therefore Gatsby can't infer the type and add it to the GraphQL
schema. A quick fix is to add at least one entry with that field ("dummy
content")

It is recommended to explicitly type your GraphQL schema if you want to use
optional fields. This way you don't have to add the mentioned "dummy content".
Visit our docs to learn how you can define the schema for
"GithubDataDataViewerRepositoriesNodes":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: src\pages\repositories.js:51:15


 ERROR #85923  GRAPHQL

There was an error in your GraphQL query:

Cannot query field "licenseInfo" on type
"GithubDataDataViewerRepositoriesNodes".

If you don't expect "licenseInfo" to exist on the type
"GithubDataDataViewerRepositoriesNodes" it is most likely a typo.
However, if you expect "licenseInfo" to exist there are a couple of solutions to
 common problems:

- If you added a new data source and/or changed something inside
gatsby-node.js/gatsby-config.js, please try a restart of your development server
- The field might be accessible in another subfield, please try your query in
GraphiQL and use the GraphiQL explorer to see which fields you can query and
what shape they have
- You want to optionally use your field "licenseInfo" and right now it is not
used anywhere. Therefore Gatsby can't infer the type and add it to the GraphQL
schema. A quick fix is to add at least one entry with that field ("dummy
content")

It is recommended to explicitly type your GraphQL schema if you want to use
optional fields. This way you don't have to add the mentioned "dummy content".
Visit our docs to learn how you can define the schema for
"GithubDataDataViewerRepositoriesNodes":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: src\pages\repositories.js:59:15

failed extract queries from components - 0.690s
success write out requires - 0.021s
success run static queries - 0.155s - 4/4 25.78/s
success run page queries - 0.022s - 3/3 136.32/s

 ERROR #98123  WEBPACK

Generating development JavaScript bundle failed


C:\Users\Sandro\Desktop\code\gatsby-portfolio\src\pages\repositories.js
  40:11  error  Cannot query field "name" on type "GithubDataDataViewer"
graphql/template-strings

βœ– 1 problem (1 error, 0 warnings)


File: src\pages\repositories.js

failed Building development bundle - 15.371s

What is wrong? I'm trying to start developing for 2 hours, please help me.

Issue with image rendering

1st, let me tell you that this is the best ever πŸ₯‡ portfolio gatsby site so far. You guys certainly deserve applauseπŸ‘ for the awesome work πŸ₯³.
I just forked your repo & deployed it . I had issues with images getting blurred.
image
image

GraphQL Error

I am trying to deploy the site using netlify. I have also set the token in netlify, but I am continuously getting this below error
Screenshot from 2022-11-05 18-15-52

Github API errors

BTW, this is an amazing site you have here. So, I cloned the site, and added my API key. Then I deployed to netlify. I always get this error, no matter what I try.
Screenshot_2021-02-13-16_913x388

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.