From 163f002fdd1ff962c752ab8f817e1d6e6d16e3cc Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 29 Jul 2020 20:27:45 +0100 Subject: doc: update image comments from img/ to media/ --- content/home/featured.md | 2 +- content/home/hero.md | 4 ++-- content/home/people.md | 2 +- content/home/posts.md | 2 +- content/home/publications.md | 2 +- content/home/slider.md | 6 +++--- content/home/talks.md | 2 +- content/post/_index.md | 2 +- content/publication/_index.md | 2 +- content/talk/_index.md | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) (limited to 'content') diff --git a/content/home/featured.md b/content/home/featured.md index 7c74def8..5fa4c527 100644 --- a/content/home/featured.md +++ b/content/home/featured.md @@ -53,7 +53,7 @@ subtitle = "" # gradient_end = "SkyBlue" # Background image. - # image = "background.jpg" # Name of image in `static/img/`. + # image = "background.jpg" # Name of image in `static/media/`. # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). diff --git a/content/home/hero.md b/content/home/hero.md index 0b80ddad..670cf7d0 100644 --- a/content/home/hero.md +++ b/content/home/hero.md @@ -7,7 +7,7 @@ weight = 10 # Order that this section will appear. title = "Academic" -# Hero image (optional). Enter filename of an image in the `static/img/` folder. +# Hero image (optional). Enter filename of an image in the `static/media/` folder. hero_media = "hero-academic.png" [design.background] @@ -24,7 +24,7 @@ hero_media = "hero-academic.png" gradient_end = "#2b94c3" # Background image. - # image = "" # Name of image in `static/img/`. + # image = "" # Name of image in `static/media/`. # 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`. diff --git a/content/home/people.md b/content/home/people.md index 40885577..31b4cc57 100644 --- a/content/home/people.md +++ b/content/home/people.md @@ -41,7 +41,7 @@ subtitle = "" # gradient_end = "SkyBlue" # Background image. - # image = "background.jpg" # Name of image in `static/img/`. + # image = "background.jpg" # Name of image in `static/media/`. # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). diff --git a/content/home/posts.md b/content/home/posts.md index 0071af26..d95b1c4d 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -53,7 +53,7 @@ subtitle = "" # gradient_end = "SkyBlue" # Background image. - # image = "background.jpg" # Name of image in `static/img/`. + # image = "background.jpg" # Name of image in `static/media/`. # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). diff --git a/content/home/publications.md b/content/home/publications.md index b0d7d214..88379492 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -53,7 +53,7 @@ subtitle = "" # gradient_end = "SkyBlue" # Background image. - # image = "background.jpg" # Name of image in `static/img/`. + # image = "background.jpg" # Name of image in `static/media/`. # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). diff --git a/content/home/slider.md b/content/home/slider.md index 6ddc3be9..32f9166f 100644 --- a/content/home/slider.md +++ b/content/home/slider.md @@ -23,7 +23,7 @@ height = "" # Overlay a color or image (optional). # Deactivate an option by commenting out the line, prefixing it with `#`. overlay_color = "#666" # An HTML color value. - overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder. + overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/media/` folder. overlay_filter = 0.5 # Darken the image. Value in range 0-1. # Call to action button (optional). @@ -40,7 +40,7 @@ height = "" align = "left" overlay_color = "#555" # An HTML color value. - overlay_img = "" # Image path relative to your `static/img/` folder. + overlay_img = "" # Image path relative to your `static/media/` folder. overlay_filter = 0.5 # Darken the image. Value in range 0-1. [[item]] @@ -49,6 +49,6 @@ height = "" align = "right" overlay_color = "#333" # An HTML color value. - overlay_img = "" # Image path relative to your `static/img/` folder. + overlay_img = "" # Image path relative to your `static/media/` folder. overlay_filter = 0.5 # Darken the image. Value in range 0-1. +++ diff --git a/content/home/talks.md b/content/home/talks.md index bb92b27f..0b1fdd1a 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -55,7 +55,7 @@ subtitle = "" # gradient_end = "SkyBlue" # Background image. - # image = "background.jpg" # Name of image in `static/img/`. + # image = "background.jpg" # Name of image in `static/media/`. # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). diff --git a/content/post/_index.md b/content/post/_index.md index 5ba086ff..df6bf6a7 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -7,7 +7,7 @@ title: Posts # 3 = Card view: 2 -# Optional header image (relative to `static/img/` folder). +# Optional header image (relative to `static/media/` folder). header: caption: "" image: "" diff --git a/content/publication/_index.md b/content/publication/_index.md index 510d5769..1c324d54 100644 --- a/content/publication/_index.md +++ b/content/publication/_index.md @@ -8,7 +8,7 @@ title: Publications # 4 = Citation view: 4 -# Optional header image (relative to `static/img/` folder). +# Optional header image (relative to `static/media/` folder). header: caption: "" image: "" diff --git a/content/talk/_index.md b/content/talk/_index.md index 7d27cb39..aa6e6a8e 100644 --- a/content/talk/_index.md +++ b/content/talk/_index.md @@ -7,7 +7,7 @@ title: Recent & Upcoming Talks # 3 = Card view: 2 -# Optional header image (relative to `static/img/` folder). +# Optional header image (relative to `static/media/` folder). header: caption: "" image: "" -- cgit v1.2.3