balaramadurai / hugo-travelify-theme

Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
http://balaramadurai.github.io
MIT License
40 stars 27 forks source link

slider with extra posts and not with the recent posts #3

Closed ohobby closed 6 years ago

ohobby commented 6 years ago

Hi,

is it possible to configure special posts or sites for the slider and not to use the most recent posts?

Thanks, Oliver

balaramadurai commented 6 years ago

Thanks @Oliver2r for your message.

Yes, now, you can do this with the parameter manual under [params.slider]

If you set manual to true in config.toml and in each of the posts that you want the banner to show up on the slider, set slider=true or slider: true in your frontmatter.

If you want the automatic feature back, you can set manual to be false and the slider will ignore the slider settings in each post.

Thanks again for your idea 😃 Bala