From a2b3c7fda25e651f21a5e82f7d4a285fbbd6a8e3 Mon Sep 17 00:00:00 2001 From: Patrick Magauran <10986886+patmagauran@users.noreply.github.com> Date: Thu, 31 Dec 2020 15:55:28 -0500 Subject: Transition to Hugo Image Processing (#173) * Update layout to use Hugo Image Processing. Created shortcode rimg that uses the srcset attribute to display responsive images. * Copy Static images to assets folder. * Add image processing to missing components + Update examples * Fix rendering in https://themes.gohugo.io/ Co-authored-by: Emruz Hossain --- archetypes/default.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archetypes') diff --git a/archetypes/default.md b/archetypes/default.md index 88b1790..e097af4 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ --- -hero: /assets/images/background/sunrise.jpg +hero: /images/background/sunrise.jpg author: name: Md. Emruz Hossain - image: /assets/images/profile-image.jpg + image: /images/profile-image.jpg --- -- cgit v1.2.3