diff --git a/public/images/dreamscape-banner.jpg b/public/images/dreamscape-banner.jpg
new file mode 100644
index 0000000..5fd9d19
Binary files /dev/null and b/public/images/dreamscape-banner.jpg differ
diff --git a/public/images/dreamscape.jpg b/public/images/dreamscape.jpg
new file mode 100644
index 0000000..1e54ace
Binary files /dev/null and b/public/images/dreamscape.jpg differ
diff --git a/public/images/group-hallucination-banner.jpg b/public/images/group-hallucination-banner.jpg
new file mode 100644
index 0000000..60939fa
Binary files /dev/null and b/public/images/group-hallucination-banner.jpg differ
diff --git a/public/images/group-hallucination.jpg b/public/images/group-hallucination.jpg
new file mode 100644
index 0000000..0a5995c
Binary files /dev/null and b/public/images/group-hallucination.jpg differ
diff --git a/public/images/the-clock-forest-banner.jpg b/public/images/the-clock-forest-banner.jpg
new file mode 100644
index 0000000..73fc073
Binary files /dev/null and b/public/images/the-clock-forest-banner.jpg differ
diff --git a/public/images/the-clock-forest.jpg b/public/images/the-clock-forest.jpg
new file mode 100644
index 0000000..2e66b4a
Binary files /dev/null and b/public/images/the-clock-forest.jpg differ
diff --git a/public/images/the-machine-banner.jpg b/public/images/the-machine-banner.jpg
new file mode 100644
index 0000000..20b8269
Binary files /dev/null and b/public/images/the-machine-banner.jpg differ
diff --git a/public/images/the-machine-open-space-banner.jpg b/public/images/the-machine-open-space-banner.jpg
new file mode 100644
index 0000000..45474f1
Binary files /dev/null and b/public/images/the-machine-open-space-banner.jpg differ
diff --git a/public/images/the-machine-open-space.jpg b/public/images/the-machine-open-space.jpg
new file mode 100644
index 0000000..38408ac
Binary files /dev/null and b/public/images/the-machine-open-space.jpg differ
diff --git a/src/content/posts/an-exploration-of-dreams.md b/src/content/posts/an-exploration-of-dreams.md
index 2103f86..48a7239 100644
--- a/src/content/posts/an-exploration-of-dreams.md
+++ b/src/content/posts/an-exploration-of-dreams.md
@@ -6,9 +6,9 @@ author: samuel-c-tyler
order: 4
icon: mdi:thought-bubble
image:
- url: "null"
- banner: "null"
- alt: the old man
+ url: images/dreamscape.jpg
+ banner: images/dreamscape-banner.jpg
+ alt: a dreamscape, as generated by openart.ai, using the prompt "a dreamscape"
tags:
- dreams
- purpose
diff --git a/src/content/posts/group-hallucinations.md b/src/content/posts/group-hallucinations.md
index b5a36de..703f8f8 100644
--- a/src/content/posts/group-hallucinations.md
+++ b/src/content/posts/group-hallucinations.md
@@ -6,9 +6,9 @@ author: samuel-c-tyler
order: 5
icon: mdi:account-group
image:
- url: "null"
- banner: "null"
- alt: the old man
+ url: images/group-hallucination.jpg
+ banner: images/group-hallucination-banner.jpg
+ alt: created in openart.ai, using prompt "hallucinations of animals, people, buildings"
tags:
- the machine
- characters
diff --git a/src/content/posts/what-is-the-machine.md b/src/content/posts/what-is-the-machine.md
index 3a3b2e2..277effe 100644
--- a/src/content/posts/what-is-the-machine.md
+++ b/src/content/posts/what-is-the-machine.md
@@ -6,9 +6,9 @@ author: samuel-c-tyler
order: 3
icon: mdi:abacus
image:
- url: "null"
- banner: "null"
- alt: the old man
+ url: images/the-clock-forest.jpg
+ banner: images/the-machine-open-space-banner.jpg
+ alt: a clock in the middle of a forest. created by openart.ai, using the prompt "a grandfather clock in the middle of a forest"
tags:
- the machine
- characters
diff --git a/src/content/posts/who-is-the-old-man.md b/src/content/posts/who-is-the-old-man.md
index 2e4f3c5..fb68f08 100644
--- a/src/content/posts/who-is-the-old-man.md
+++ b/src/content/posts/who-is-the-old-man.md
@@ -6,8 +6,8 @@ author: samuel-c-tyler # references `src/content/authors/samuel-c-tyler.json`
order: 2
icon: mdi:account-cowboy-hat-outline
image:
- url: /images/the-old-man.jpg
- banner: /images/the-old-man-banner.jpg
+ url: images/the-old-man.jpg
+ banner: images/the-old-man-banner.jpg
alt: the old man
tags:
- old man
diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro
index 94b9f89..95ceb94 100644
--- a/src/pages/posts/[...slug].astro
+++ b/src/pages/posts/[...slug].astro
@@ -27,10 +27,12 @@ const { Content } = await post.render();
{post.data.title}
+
{post.data.description}
By: {post.data.author}
+