sylhare / Type-on-Strap

🎨 Simplistic, responsive jekyll based open source theme
https://sylhare.github.io/Type-on-Strap/
MIT License
813 stars 901 forks source link

multiple porfolios? #391

Closed CarlosGrohmann closed 1 year ago

CarlosGrohmann commented 1 year ago

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 commented 1 year ago

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.