diff --git a/content/home/hero.md b/content/home/hero.md index a3d154c..953f8c7 100644 --- a/content/home/hero.md +++ b/content/home/hero.md @@ -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 diff --git a/static/img/hero-bg.jpg b/static/img/hero-bg.jpg new file mode 100644 index 0000000..4245ae7 Binary files /dev/null and b/static/img/hero-bg.jpg differ