Konstantin Münster
Konstantin Münster
@demondragong Regarding the second issue: the Projects component has an outer wrapper `` that calculate the reveal of the section based on the entire section length: ```tsx {data.projects.map((project, key) =>...
Yes, I use `contentlayer` to define a schema for my frontmatter. In case of the blog post, it looks like this: ```tsx const Image = defineNestedType(() => ({ name: 'Image',...
Hey @will-sherman, @renishya7! Thanks to @tahunic for adding this. I will release a new theme version later 👏
Hey @jmtrinh! Have you deleted the `blogSettings` property inside your config as well as deleted the `articles` inside your content directory? Both should be removed if you want to disable...
Hey @andredespouys! Could very well be that the page crashes since it expects the image property to exist. I try to fix it soon but don't know when I get...
Hey @Surg-Dev! Modifying the `Article/index.tsx` seems like the right way to do it. Did you try modifying the `SEO` component too and passing the image url as props? It may...
It's correct that the image src is such deeply nested. The actual image gets processed by `gatsby-image` during the build and it spits out the `gatsbyImageData` object. Great to hear...
Hey @laura-amalie-graphics ! Have you tried [this](https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal/tree/main/gatsby-theme-portfolio-minimal#changing-the-color-scheme)?
No problem! You can try to delete the following steps: 1. delete your `node_modules` directory 2. run `gatsby clean` 3. install the dependencies again `npm install` 4. try if your...
Hi @willcode4food and thanks for opening this issue! This could very well be the case - the use-case of adding the same section several times on a single page isn't...