From a051b16e4a3841f232a1799ec69f014a31a6f667 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 2 May 2023 04:36:46 -0400 Subject: add static/files/about, update about wording --- content/articles/about.md | 14 ++++++++++++-- static/files/about/me-funny.jpg | Bin 0 -> 110265 bytes static/files/about/me-funny.webp | Bin 0 -> 64138 bytes 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 static/files/about/me-funny.jpg create mode 100644 static/files/about/me-funny.webp diff --git a/content/articles/about.md b/content/articles/about.md index 49d0509..f1c2f91 100644 --- a/content/articles/about.md +++ b/content/articles/about.md @@ -4,6 +4,16 @@ slug: "about" 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 --- ## About Me @@ -19,8 +29,8 @@ I enjoy reading about math, programming, computer security, and science, writing [Open Source software][oss], tinkering with electronics, [3D printing][], and creating electronic music. -In my spare time I also run a couple of servers which provide web and -email hosting for friends and family. +In my spare time I run a couple of servers which provide web and email +hosting for friends and family. ## About This Site diff --git a/static/files/about/me-funny.jpg b/static/files/about/me-funny.jpg new file mode 100644 index 0000000..630713c Binary files /dev/null and b/static/files/about/me-funny.jpg differ diff --git a/static/files/about/me-funny.webp b/static/files/about/me-funny.webp new file mode 100644 index 0000000..c6249cc Binary files /dev/null and b/static/files/about/me-funny.webp differ -- cgit v1.2.3