custom-wowchemy-theme
custom-wowchemy-theme copied to clipboard
Changing background image
Thanks for sharing this! How do you change the mountain background image? Which file do you edit and where do you add the image? Thanks!
Also interested in the answer here! :D
@garyrompz add the following code to you about
widget page in`content\home\about.md
design:
background:
# Name of image in `assets/media/`.
image: mountains.jpg
# Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
image_darken: 1
# Options are `cover` (default), `contain`, or `actual` size.
image_size: contain
# Options include `left`, `center` (default), or `right`.
image_position: bottom
# Use a fun parallax-like fixed background effect on desktop? true/false
image_parallax: false
# Text color (true=light, false=dark, or remove for the dynamic theme color).
text_color_light: false