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 <emruz@appscode.com>
This commit is contained in:
parent
ba1d6014d9
commit
a2b3c7fda2
53 changed files with 352 additions and 75 deletions
|
@ -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
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue