Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not add Multiple skills #10

Closed
AadharshAadhithya opened this issue Mar 14, 2021 · 2 comments
Closed

Could not add Multiple skills #10

AadharshAadhithya opened this issue Mar 14, 2021 · 2 comments

Comments

@AadharshAadhithya
Copy link

Hi sam!That was an amazing theme, thanks for the theme.

When I try to add multiple skill items in homepage.yml ,

skill:
  enable: true

  item:
    - title: Python
      logo: https://res.cloudinary.com/dbwuq1kps/image/upload/v1615733646/personalwebsite/5848152fcef1014c0b5e4967_glhwi8.png
      description: Details coming soon, contact me if you want to know more

  item:
    - title: cpp
      logo: https://res.cloudinary.com/dbwuq1kps/image/upload/v1615734208/personalwebsite/c-logo-icon-28389_v1dvpq.png
      description: Details coming soon, contact me if you want to know more

the bottom most one tend to be appearing (this case , cpp tends to ovewrite the python item) . is there any fix?

@samrobbins85
Copy link
Owner

Hi

Sorry item is a bad term for this as it should be a list, you can see how I configured my homepage here https://github.com/samrobbins85/portfolio-website-v1/blob/master/data/homepage.yml, for your example just delete the second line saying item: and remove the empty lines and it should work

@AadharshAadhithya
Copy link
Author

okay thanks ! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants