Giter VIP home page Giter VIP logo

gatsby-starter-portfolio-minimal-theme's People

Contributors

konstantinmuenster 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gatsby-starter-portfolio-minimal-theme's Issues

How do we edit the Social Profile links in the bottom of the hero section?

Hello again! I see where we can change the social profile here
"socialProfiles": {
"from": ["LinkedIn", "Medium", "Github", "Mail"],
"showIcons": false
}
}

in the hero.json file but there is no way to tell where I go to change the actual url that these profiles go to. Where is that located exactly?

Make projects images clickable

I've been watching user behavior for my portfolio page and I find people don't always see GitHub icons as clickable and sometimes exit the page without having clicked any link, defeating (for them) the purpose of the whole portfolio, which is to showcase project details.

I also see some of them try to click the big image expecting some interaction. I think making those images clickable (and to be able to customize the link) would improve overall user experience and "catch" some of the ones that can't find what we want to showcase.

When using gatsby's own gatsby plyugin google analytics GraphQL queries are affected

I am trying to add google analytics tracking to the website but there's an issue whenever I include the plugin in gatsby config.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-theme-portfolio-minimal",
      options: {
        siteUrl: "https://www.bhuwanbansal.com", // Used for sitemap generation
        manifestSettings: {
          favicon: "./content/images/favicon.png", // Path is relative to the root
          siteName: " ", // Used in manifest.json
          shortName: " ", // Used in manifest.json
          startUrl: "/", // Used in manifest.json
          backgroundColor: "#FFFFFF", // Used in manifest.json
          themeColor: "#000000", // Used in manifest.json
          display: "minimal-ui", // Used in manifest.json
        },
        contentDirectory: "./content",
        blogSettings: {
          path: "/blog", // Defines the slug for the blog listing page
          usePathPrefixForArticles: true, // Default true (i.e. path will be /blog/first-article)
        },
      },
      // resolve: `gatsby-plugin-google-analytics`,
      // options: {
      //   // The property ID; the tracking code won't be generated without it
      //   trackingId: "tracking-id", // GA
      //   head: true,
      // },
    },
    "gatsby-plugin-image",
    "gatsby-plugin-sharp",
    "gatsby-transformer-sharp", // Needed for dynamic images
  ],
};

image

I am confused why this is happening and need some guidance understanding how to fix this. Any help with this will be appreciated.

Changing the size of the images in blog post

Hi, I am trying to change the size of an image for one of my blog posts however the changes are not reflected in the blog post. Also is there a way to shadow the article section to make custom changes to how each blog post looks like. I know that all of them will follow a certain pattern. But I would like to change the width of the blog post if possible to fit in more graphs. Any help or guidance would be appreciated.

This is how I am trying to change the height and width of the image in the blog post
<img src="../../images/Articles/sentiment_analysis/code.png" alt ="Code" width="100" height="50" />

image

I tried many different combinations but the image remains the same.

MarkdownRemark

the plugin gatsby-theme-portfolio-minimal has defined a GraphQL type called MarkdownRemark, which has already been defined by the plugin gatsby-transformer-remark. This situation is causing problems when trying to change the site.

Resume button file location

Hello!

Using the default directory, /resume.pdf, when built with gatsby build the site displays a cached version of the resume. I am not sure why this is, but changing out the resume.pdf inside of the main directory does not seem to change anything.

Am I supposed to instead put the resume in the public/static directory?

Thank you!

"Github" capitalization on buttons should be corrected to "GitHub" in npm module

Hi Konstatin, I am a big fan of this portfolio design and am interested in updating to the newest design with the enhanced Gatsby features.

I noticed that there is a small typo in the SocialProfile enum - where "Github" should be properly capitalized as "GitHub":
Screen Shot 2021-12-15 at 11 47 38 PM

Since it's in the NPM modules, I don't believe I make this correction locally. Can you please help? Thank you!

Upgrade to Gatsby 5

Hello there,

Vitaliy (Senior Engineering Manager) from Gatsby here. Thank you for creating this great starter! Since your starter is listed on our official library (https://www.gatsbyjs.com/starters/), it is important to keep it on the latest major release of Gatsby. Doing so ensures your starter will continue to be listed in the library.

If you haven’t seen the news already, we have released a beta version of Gatsby 5 and are on track to release the GA version in November. It would be great if you can upgrade this starter from v4 to v5 by then. Here are the docs on how to migrate: https://v5.gatsbyjs.com/docs/reference/release-notes/migrating-from-v4-to-v5/

Let us know if you have any questions. Thanks again!

No License

As this repository does not yet have a license, no one is allowed to use or edit this repository without explicit consent from the owner. The previous repository of this template had an MIT license, but this one has no such thing.

From GitHub's https://choosealicense.com/no-permission/

Unless you include a license that specifies otherwise, nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

Addition of other social profiles

Hi!

First of all thank for sharing this awesome portfolio starter with us, it looks amazing :)

I started playing with it and wanted to add other social profiles, like Twitter, for instance. I added it to the configuration file inside the content path (just where the other social profiles are) but Gatsby raised an error when loading the page, saying something like "unknown social profile".

Probably I'm missing something. Is there an easy way to change/add other social profiles?

Thanks!

Hero section disappearing

Hero section disappears when mouse over certain links.
This only occurs when the URL provided in the settings.json is for a new page.

"header": [
        { "label": "About", "url": "/#about" },
        { "label": "Blog", "url": "/blog" },
        { "label": "Features", "url": "/#features" },
        { "label": "Github", "url": "/#github" }
      ],

The blog link above causes the header to disappear. This is the same result for the links in the footer.

Mousing over the links will set the opacity to 0 for the section.
hero-issue

Comment section for blog

name: Comment Section for the blog
about: Asking a way to implement comments on the blog with anonymous visitors
title: 'Feature request'
labels: feature-request

I was wondering is there a way to extend the current blog implementation to add a comment section or does that require a CMS and another implementation of blog section on the website from scratch.

Images in blog posts

Hi,

I'm trying to insert an image in a blog post, but it doesn't show up:

[...]
![Alt text](../../images/image.png)

or

<img src="../../images/image.png" alt="Alt text" />

[...]

Do you have an idea why this happens?

Can i use mermaid gatsby-plugin in this theme?

While using the starter portfolio theme you worked on, I wanted to add mermaid to my blog post, so I found gatsby-plugin page for mermaid(https://www.gatsbyjs.com/plugins/gatsby-remark-mermaid/), and I set gatsby-config.js to apply it.

I attach my code.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-theme-portfolio-minimal",
      options: {
        siteUrl: "https://gatsby-starter-portfolio-minimal-theme.netlify.app/", // Used for sitemap generation
        manifestSettings: {
          favicon: "./content/images/favicon.png", // Path is relative to the root
          siteName: "My Minimal Portfolio", // Used in manifest.json
          shortName: "Portfolio", // Used in manifest.json
          startUrl: "/", // Used in manifest.json
          backgroundColor: "#FFFFFF", // Used in manifest.json
          themeColor: "#000000", // Used in manifest.json
          display: "minimal-ui", // Used in manifest.json
        },
        contentDirectory: "./content",
        blogSettings: {
          path: "/blog", // Defines the slug for the blog listing page
          usePathPrefixForArticles: false, // Default true (i.e. path will be /blog/first-article)
        },
        // googleAnalytics: {
        //     trackingId: "UA-XXXXXX-X",
        //     anonymize: true, // Default true
        //     environments: ["production", "development"] // Default ["production"]
        // }
      },
    },
    {
      resolve: `gatsby-remark-mermaid`,
      options: {
        launchOptions: {
          executablePath: './content'
        },
        svgo: {
          plugins: [{ name: 'removeTitle', active: false }]
        },
        mermaidOptions: {
          theme: 'neutral',
          themeCSS: '.node rect { fill: #fff; }'
        }
      }
    },
  ],
};

I hope it's work. but it doesn't.
I'm a junior java developer, so I'm very inexperienced with js. Could you please advise how to apply it?

How to edit the blog section?

Hi @konstantinmuenster . How can I edit the blog section? For example i want to change heading. I see in gathsby-theme-portfolio-minimal > src > templates > ArticleListing that title, heading, label are hardcoded. And I don't know how this component is even loaded. /privacy and /imprint pages seem to work like a router, but /blog page looks like it's loading entirely.

I'd appreciate your help.

Medium feed / Articles section does not work

Unfortunately, the RSS feed which is being used to retrieve articles from Medium does not work atm. I try to find a fix soonish and will leave this issue for information open

Issues when deploying to Netlify?

Hello! I am trying to deploy the porfolio and having the follwing issue, any chance its a familiar issue to you / you know what can help? Thanks:)

Describe the bug
A clear and concise description of what the bug is.

I am trying to deploy my js website on netlify but there is this error. Nothing helpful is coming up when I google it

Logs and screenshots
If possible, add the log from the terminal. You can turn on debugging logging, see Debugging section of the README file.

image
image

Help please 🥺

Link to the repo
Bugs with a reproducible example, like an open source repo showing the bug, are the most likely to be resolved.

https://github.com/jioh-kim/personal-website

Gatsby Cloud deployment fails

Seems like there is an issue with automated deployments on gatsby cloud:

There was a problem loading plugin "gatsby-theme-portfolio-minimal". Perhaps you need to install its package?

I will look into it 👍

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.