From 86c6e6399d91d77a1f4a366d707887413147a0f5 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 4 Aug 2025 11:02:07 -0600 Subject: [PATCH] enh: webp added to figure examples --- _posts/2019-10-26-pyos-min-mistakes-theme.md | 33 +++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/_posts/2019-10-26-pyos-min-mistakes-theme.md b/_posts/2019-10-26-pyos-min-mistakes-theme.md index d2dfb69f..fb0f9cb3 100644 --- a/_posts/2019-10-26-pyos-min-mistakes-theme.md +++ b/_posts/2019-10-26-pyos-min-mistakes-theme.md @@ -2,7 +2,7 @@ layout: single title: "pyOS Website Theme Docs" excerpt: "pyOpenSci minimal mistakes theme documentation." -author: "Leah Wasser" +author: "pyopensci" permalink: docs/pyos-website/ header: overlay_color: "#33205c" @@ -75,25 +75,33 @@ Position images with the following classes. ### Figure -- align center
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024. Growth of pyOpenSci from 2019 to 2024. Growth of pyOpenSci from 2019 to 2024. Growth of pyOpenSci from 2019 to 2024.
+
The image above happens to beĀ **centered**. ```html
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024
+
``` - ### Figure -- align left
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024
+
@@ -101,8 +109,11 @@ The rest of this paragraph is filler for the sake of seeing the text wrap around ```html
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024
+
``` @@ -110,8 +121,11 @@ You can also adjust the width inline: ```html
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024
+
``` @@ -120,11 +134,13 @@ You can also adjust the width inline: Below is a right aligned image
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024
+
- And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. The html looks like this: @@ -132,8 +148,11 @@ The html looks like this: ```html
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024
+
``` @@ -143,17 +162,21 @@ The image below should extend outside of the parent container on right.
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024
+
- - ```html
+ + A timeline showing the growth of pyOpenSci from 2019 to 2024.
Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024 Growth of pyOpenSci from 2019 to 2024
+
```