Can I use a dynamic page as homepage?

Hi!

I am using the GitHub - eddiesigner/liebling: Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page ๐Ÿ‘‰๐Ÿผ theme and Iโ€™m wondering if itโ€™s possible to use a dynamic page like the About me as a homepage because I move the actual homepage to /blog

This is the configuration I have.

routes:

collections:
  /:
    permalink: /about-me/
  /blog/:
    permalink: /blog/{slug}/
    template: index

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

I am using Ghost 3.0.2

Thanks!

Hey @Soldier! I think this tutorial should be pretty useful for your use case:

Feel free to post if anything is unclear :slight_smile:

1 Like

Hi @naz

I followed that site and it worked, thanks!