Konstantin Münster

Results 22 comments of Konstantin Münster

@mshwery I am also trying to get np with yarn workspaces working. I tried to execute `np` from the root but it didn't work. What do you mean exactly by...

Hm, I hoped for an easy solution 😄 but anyways thanks for the quick response!

Hi @rolas978! Usually, the `ArticleListingTemplate` is used to automatically generate the blog listing page. You find the code [here](https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal/blob/main/gatsby-theme-portfolio-minimal/src/gatsby/node/createPages.js#L19). If you want to reuse the template for a custom section,...

Hey @will-sherman! Thanks for opening this. Just to make sure I understood it correctly: You want to remove the CTA button entirely so that the navigation bar starts at the...

@will-sherman Alright, no problem. This will need some adjustments. I try to fix it soon - if you or someone else like to do it, feel free to open a...

That's not possible at the moment. The following profiles can be added: ```ts export enum SocialProfile { Behance = 'behance', GitHub = 'github', Medium = 'medium', Mail = 'mail', LinkedIn...

@aayusranjan Yes, definitely. I will add it and let you know in this issue once I released a new version 👍

@aayusranjan I just released v3.5.0 which contains an icon for Hashnode 😊

I experience the same issue. Also that each refresh creates a different `_mdx_bundler_entry_point` seems odd? @deadcoder0904 Tried your solution without luck, unfortunately. EDIT: After some testing, I came to a...

Hey @diarmidmackenzie @demondragong @Prakyathkantharaju ! Thanks for working on this - I just released new version that uses a 5% threshold. I hope this fixes the issue 🤞 Potentially, we...