godofredoninja / simply

Theme for Ghost inspired on Medium
https://godofredo.ninja
GNU General Public License v3.0
648 stars 195 forks source link

Show Posts on the Portfolio to the homepage #181

Closed TruongNguyen5395 closed 7 months ago

TruongNguyen5395 commented 7 months ago

Hi,

I'm applying the Portfolio in my routes setting but when this feature applies all the post just show on the Portfolio section. Can we setting the routes file to make these Post also show on the homepage?

godofredoninja commented 7 months ago

Hi

Next time share your code to help you faster... we save time for you and me.

😃

routes:
  /:
    controller: channel
    permalink: /{slug}/
    template: godo-template-medium
    limit: 14

collections:
# PortFolio
  /portafolio/:
    permalink: /portafolio/{slug}/
    filter: 'tag:[hash-portfolio]'
    data: page.porftfolio
    template: godo-template-portfolio
    limit: all

  /:
    permalink: /{slug}/
    template: godo-template-medium
    limit: 14

taxonomies:
  tag: /tag/{slug}/
  author: /author/{slug}/