curtiscde / hugo-theme-massively

Massively theme for Hugo static site generator
https://hugo-theme-massively.netlify.app
Other
155 stars 138 forks source link

Configure cover image URL #43

Closed curtiscde closed 2 years ago

curtiscde commented 6 years ago

Currently the cover image is hard-coded to:

/static/images/bg.jpg

https://github.com/curttimson/hugo-theme-massively#cover-image

Allow this to be configured.

Kaligule commented 4 years ago

The point where this is hardcoded is here: assets/scss/layout/_wrapper.scss#L22

I don't know how scss files can be templated/rendered to include variables from the config, though.