You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for the great template. I was however not able to set an image as background for the title. I had a look into the source code of kegelschiene.net. The background image is image/banner.jpg. I couldn't find it in the config.toml. How is it set as background?
By the way: I thought the background image is set here in the config.toml (copied from exampleSite), last line:
[params] fancyTitle = "Spectral" # title for frontpage, may include image copyright = "John Doe" description = 'Another fine responsive<br />site template freebie<br />crafted by <a href="http://html5up.net">HTML5 UP</a>.<br />Ported to <a href="//gohugo.io">Hugo</a> by Simon Bruder.' startbuttonText = "Activate" startbuttonLink = "#" body_is_markdown = true #custom_css = "foo.css" #custom_sass = "bar.scss" #images = ["path_to_social_image_for_link_previews.jpg"]
...but nothing happened.
The text was updated successfully, but these errors were encountered:
Not sure if it still helps but you simply need to place your desired image at <project-root>/static/images/banner.jpg and the theme will render it as the background for the title
Hi,
thanks for the great template. I was however not able to set an image as background for the title. I had a look into the source code of kegelschiene.net. The background image is image/banner.jpg. I couldn't find it in the config.toml. How is it set as background?
By the way: I thought the background image is set here in the config.toml (copied from exampleSite), last line:
[params] fancyTitle = "Spectral" # title for frontpage, may include image copyright = "John Doe" description = 'Another fine responsive<br />site template freebie<br />crafted by <a href="http://html5up.net">HTML5 UP</a>.<br />Ported to <a href="//gohugo.io">Hugo</a> by Simon Bruder.' startbuttonText = "Activate" startbuttonLink = "#" body_is_markdown = true #custom_css = "foo.css" #custom_sass = "bar.scss" #images = ["path_to_social_image_for_link_previews.jpg"]
...but nothing happened.
The text was updated successfully, but these errors were encountered: