From 7bd4134b94b920b91550d027ee40f370f0e6e79d Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 27 May 2024 18:32:57 -0400 Subject: content/articles/about.md: add top and bottom images --- content/articles/about.md | 78 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 69 insertions(+), 9 deletions(-) (limited to 'content/articles/about.md') diff --git a/content/articles/about.md b/content/articles/about.md index 04c6849..1635774 100644 --- a/content/articles/about.md +++ b/content/articles/about.md @@ -5,15 +5,75 @@ show: false title: "About" url: "/about/" -pics: - me: - css: "image" - # tip: "April energy production and consumption." - sources: - - "/files/about/me-funny.webp" - - src: "/files/about/me-funny.jpg" - width: 805 - height: 493 +carousel: + top: + - link: "/files/about/20231001-me-river.jpg" + link_tip: "Hi!" + css: "image" + sources: + - "/files/about/20231001-me-river-1024.webp" + - src: "/files/about/20231001-me-river-1024.webp" + width: 1024 + height: 879 + - link: "/files/about/20231110-me-fridge.jpg" + link_tip: "Fridge magnets, I guess?" + css: "image" + sources: + - "/files/about/20231110-me-fridge-1024.webp" + - src: "/files/about/20231110-me-fridge-1024.jpg" + width: 1024 + height: 879 + + bottom: + - link: "/files/about/me-super-cool.jpg" + tip: "Younger me." + css: "image" + sources: + - "/files/about/me-super-cool-1024.webp" + - src: "/files/about/me-super-cool-1024.jpg" + width: 1024 + height: 655 + - link: "/files/about/20240111-us.jpg" + tip: "Nadine, Kitty, and I." + css: "image" + sources: + - "/files/about/20240111-us-1024.webp" + - src: "/files/about/20240111-us-1024.jpg" + width: 1024 + height: 655 + - link: "/files/about/20231109-kitty.jpg" + tip: "Kitty." + css: "image" + sources: + - "/files/about/20231109-kitty-1024.webp" + - src: "/files/about/20231109-kitty-1024.jpg" + width: 1024 + height: 655 + +# disabled: wrong aspect ratio +# +# - link: "/files/about/20240218-us-treadmill.jpg" +# tip: "Treadmill!" +# css: "image" +# sources: +# - "/files/about/20240218-us-treadmill-1024.webp" +# - src: "/files/about/20240218-us-treadmill-1024.jpg" +# width: 936 +# height: 1024 + +# disabled: not embedding image directly, using carousel instead (see +# above) +# +# pics: +# me-river: +# css: "image" +# tip: "Hi!" +# sources: +# - "/files/about/20231001_163049-1024.webp" +# - src: "/files/about/20231001_163049-1024.jpg" +# width: 1024 +# height: 1024 +# # [{{< pe-figure "me-river" >}}][me-river] --- ## About Me -- cgit v1.2.3