This commit is contained in:
Tiago Carrondo 2020-06-11 16:58:24 +01:00
parent 44f6d2f909
commit cd7627cf3d
2 changed files with 9 additions and 9 deletions

View File

@ -20,15 +20,15 @@ hero_media = "hero-academic.png"
# color = "navy"
# Background gradient.
gradient_start = "#4bb4e3"
gradient_end = "#2b94c3"
# Background image.
# image = "" # Name of image in `static/img/`.
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# image_size = "contain" # Options are `cover` (default), `contain`, or `actual` size.
# image_position = "right" # Options include `left`, `center` (default), or `right`.
# image_parallax = true # Use a fun parallax-like fixed background effect? true/false
# gradient_start = "#4bb4e3"
# gradient_end = "#2b94c3"
#
Background image.
image = "hero-bg.jpg" # Name of image in `static/img/`.
image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# image_size = "contain" # Options are `cover` (default), `contain`, or `actual` size.
# image_position = "right" # Options include `left`, `center` (default), or `right`.
image_parallax = true # Use a fun parallax-like fixed background effect? true/false
# Text color (true=light or false=dark).
text_color_light = true

BIN
static/img/hero-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB