Giter Site home page Giter Site logo

gatsby-theme-musician's People

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

Watchers

 avatar  avatar  avatar  avatar

gatsby-theme-musician's Issues

Show dates default to en-GB?!

Eek. I can define show dates just fine in shows.yml but since I'm in Seattle, they need to be defined one day in the future since all dates are being represented as en-GB locale strings.

Can this be fixed?

Banner cut off on mobile

You can see that the banner gets cut off on mobile (horizontal cut off point circled in red below):

undefined

On your demo site, it doesnt look that bad because the banner's background is black. However, if the banner doesn't have a black background then it really sticks out. Is there any way to make it stretch/cover the banner vertically to fit the background?

Gatsby v4.x?

Any plans to update this for the new version of Gatsby?

ERROR #85923 GRAPHQL - when adding to a website

Hi, the template works great as a standalone website, but when I want to add it to another website, it crashes.

I did:

npm install --save gatsby-theme-musician

and I added the plugin, and I got the error:

gatsby develop

success open and validate gatsby-configs - 1.191s
success load plugins - 66.170s
success onPreInit - 0.721s
success initialize cache - 0.124s
success copy gatsby files - 4.019s
success onPreBootstrap - 0.931s
success createSchemaCustomization - 0.023s
success source and transform nodes - 6.700s
success building schema - 1.285s

Config rootPath not set, using basePath instead => blog

Config basePath blog

Config authorsPath /authors

Querying Authors & Articles source: Local

ERROR #85923 GRAPHQL

There was an error in your GraphQL query:

Cannot query field "secret" on type "Article".

If you don't expect "secret" to exist on the type "Article" it is most likely a typo.
However, if you expect "secret" 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 "secret" 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 a 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 "Article":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: node_modules/@narative/gatsby-theme-novela/src/gatsby/node/createPages.js:85:35

ERROR #85923 GRAPHQL

There was an error in your GraphQL query:

Cannot query field "subscription" on type "Article".

If you don't expect "subscription" to exist on the type "Article" it is most likely a typo.
However, if you expect "subscription" 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 "subscription" 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 a 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 "Article":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: node_modules/@narative/gatsby-theme-novela/src/gatsby/node/createPages.js:85:35

ERROR

TypeError: Cannot read property 'articles' of undefined
at Object.module.exports [as createPages] (/home/mostafa/Desktop/CAR_T_solid_blog/landing_and_blog/blog_site_go_here/node_modules/@narative/gatsby-theme-novela/src/gatsby/node/createPages.js:91:55)

ERROR #11321 PLUGIN

"@narative/gatsby-theme-novela" threw an error while running the createPages lifecycle:

You must have at least one Author and Post. As reference you can view the
example repository. Look at the content folder in the example repo.
https://github.com/narative/gatsby-theme-novela-example

failed createPages - 5.921s
success createPagesStatefully - 0.652s
success onPreExtractQueries - 0.020s
success update schema - 0.136s
success extract queries from components - 6.996s
success write out requires - 0.253s
success write out redirect data - 0.007s
success Build manifest and related icons - 2.339s
success onPostBootstrap - 2.400s
β €
info bootstrap finished - 167.650 s
β €
success run queries - 2.250s - 26/26 11.55/s
β €
You can now view site in the browser.
β €
http://localhost:8001/
β €
View GraphiQL, an in-browser IDE, to explore your site's data and schema
β €
http://localhost:8001/___graphql
β €
Note that the development build is not optimized.
To create a production build, use gatsby build
β €
success Building development bundle - 38.544s

Electronic Press Kit (EPK)

One thing every band needs, if they want to get a gig, is an Electronic Press Kit (EPK).
A band's EPK is their professional music resume that promoters and venues use to understand who they are as an artist, and what they bring to the table.

Having a template page for this info would be a great and useful addition to gatsby-theme-musician!

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.