Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

multiple porfolios? #391

Closed
CarlosGrohmann opened this issue Jul 19, 2023 · 1 comment
Closed

multiple porfolios? #391

CarlosGrohmann opened this issue Jul 19, 2023 · 1 comment
Labels

Comments

@CarlosGrohmann
Copy link

Hi, I just started using the theme and I'm really enjoying it.

I'd like to know if it is possible to have multiple portfolios, based on different folders (I'm thinking that the gallery needs a gallery_path, could we have something like portfolio_path?

thanks

@sylhare
Copy link
Owner

sylhare commented Jul 27, 2023

You can have multiple portfolio, for that, you can create a new collection in the config.ym:

# PORTFOLIO
collections:
  portfolio:
    output: true
    permalink: /:collection/:name
 other_portfolio:
    output: true
    permalink: /:collection/:name

Then you can follow the same folder structure as the _portfolio but with _other_portfolio as name to match the configuration.

Repository owner locked and limited conversation to collaborators Jul 27, 2023
@sylhare sylhare converted this issue into discussion #393 Jul 27, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

2 participants