[LekoArts/gatsby-starter-minimal-blog] - Cannot locate the `src` folder
See original GitHub issueHey, there! Let me start by saying that I absolutely love the themes you created and I’m looking forward to using it in my personal blog.
What I’m trying to do is to change the contents in the hero section as well as the logo and footer. My problem is I cannot locate the src
folder in the gatsby-starter-minimal-blog
. I did read the documentation and I’m not sure how I can implement the changing the hero text part as I’m still relatively new to Gatsby and React in general.
Seeing two other issues like this one and that one suggests that there could be some way of accessing src
files. The only clue I get so far is I have to do some “Shadowing” even though I’m not exactly sure what does this term mean.
Is there a way I can find the src
folder so that I can change the things I want?
Thank you!
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (1 by maintainers)
Top GitHub Comments
https://github.com/LekoArts/gatsby-themes/issues/451#issuecomment-657096750
you can just add the src folder in the top level directory when you clone the
gatsby-starter-minimal-blog
in the gatsby documentation - the file structure goes like this:
src/ src/components src/templates src/pages
in the pages directory you can create .js pages
I’d recommend taking a look at the docs here: https://www.gatsbyjs.org/docs/themes/building-themes/#gatsby-theme-minimal
Although, it might be useful to have either 1) a note in the readme in the @LekoArts theme, or 2) mirror the directory structure of gatsby-default-starter or gatsby-theme-minimal so that it will be less confusing for new gatsby users.
I agree, if you are new to react/gatsby and unaware of how the directory structures work, it must have taken me several hours to figure out what was missing in the @LekoArts/gatsby-starter-minimal-blog theme.