diff --git a/v2/content/about.md b/v2/content/about.md index 17c2eda..54cf08e 100644 --- a/v2/content/about.md +++ b/v2/content/about.md @@ -2,7 +2,7 @@ title = "About" +++ -![Photo of me in Nepal](../images/Photo%20of%20Wesley%20Moore.jpg) +{{ resize_image(image="../static/images/Photo of Wesley Moore.jpg", width=1600, quality=60, alt="Photo of me against a Boab tree in Broome, WA") }} I'm a software developer from Melbourne, Australia. I like open-source and warm weather (Melbourne is not in the warm part of Australia unfortunately). I enjoy diff --git a/v2/static/images/Photo of Wesley Moore.jpg b/v2/static/images/Photo of Wesley Moore.jpg index b55b974..f9d15c9 100644 Binary files a/v2/static/images/Photo of Wesley Moore.jpg and b/v2/static/images/Photo of Wesley Moore.jpg differ diff --git a/v2/templates/shortcodes/resize_image.html b/v2/templates/shortcodes/resize_image.html new file mode 100644 index 0000000..0cf7ae3 --- /dev/null +++ b/v2/templates/shortcodes/resize_image.html @@ -0,0 +1 @@ +{{ alt }}