From 4c014375e1a99c146e443c5ac24c6d21490e57ee Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 9 Oct 2019 18:47:32 +0100 Subject: feat: add Forestry.io integration --- content/home/demo.md | 5 ++++- content/home/hero.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/home/demo.md b/content/home/demo.md index cbd5cc6e..54800cf9 100644 --- a/content/home/demo.md +++ b/content/home/demo.md @@ -31,7 +31,10 @@ subtitle = "" # Background image. # image = "image.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 = "cover" # Options are `cover` (default), `contain`, or `actual` size. + # image_position = "center" # 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/content/home/hero.md b/content/home/hero.md index 7f57c233..0b80ddad 100644 --- a/content/home/hero.md +++ b/content/home/hero.md @@ -26,7 +26,10 @@ hero_media = "hero-academic.png" # 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 = "cover" # Options are `cover` (default), `contain`, or `actual` size. + # image_position = "center" # 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 -- cgit v1.2.3