custom-wowchemy-theme icon indicating copy to clipboard operation
custom-wowchemy-theme copied to clipboard

Changing background image

Open garyrompz opened this issue 3 years ago • 2 comments

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!

garyrompz avatar Jun 08 '21 22:06 garyrompz

Also interested in the answer here! :D

oameye avatar Mar 23 '22 07:03 oameye

@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

mountains

oameye avatar Mar 23 '22 08:03 oameye