devcows / hugo-universal-theme

Universal theme for Hugo, it stands out with its clean design and elegant typography.
https://devcows.github.io/hugo-universal-theme
MIT License
788 stars 559 forks source link

Use an image instead of carousel? #373

Open LucaMoiana opened 1 year ago

LucaMoiana commented 1 year ago

Hi, I'm looking into your great theme and doing some customisation. How can I use a fix image (hero) instead of the carousel?

jcolomb commented 1 year ago

it is possible: see https://metadata2020.org/

You can create and edit layout/carousel.html its content will replace the default carousel.

(you can also edit another kind of .html that you insert in the index.html, and disable the carousel in the config.toml)