Skip to content

How to setup multiple porfolios? #393

Closed Answered by sylhare
CarlosGrohmann asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sylhare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #391 on July 27, 2023 14:15.