Skip to content

Commit

Permalink
add more images
Browse files Browse the repository at this point in the history
  • Loading branch information
skamansam committed Apr 27, 2024
1 parent a606e92 commit a8b3675
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 11 deletions.
Binary file added public/images/dreamscape-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/dreamscape.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/group-hallucination-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/group-hallucination.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/the-clock-forest-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/the-clock-forest.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/the-machine-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/the-machine-open-space-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/the-machine-open-space.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/content/posts/an-exploration-of-dreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/content/posts/group-hallucinations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/content/posts/what-is-the-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/content/posts/who-is-the-old-man.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/pages/posts/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ const { Content } = await post.render();
<section class="my-12">
<div class="container">
<h1>{post.data.title}</h1><br />
<p>{post.data.description}</p>
<p>By: {post.data.author}</p>
</div>
</section>
<section class="my-12">
<img src={`/${post.data.image.banner}`}>
<div class="container">
<p class="text-2xl"><Content/></p>
</div>
Expand Down

0 comments on commit a8b3675

Please sign in to comment.