being migrating picrew page to astro
This commit is contained in:
parent
f2066bcef2
commit
3d2b0f3bf4
BIN
src/images/picrews/self-four.jpg
Normal file
BIN
src/images/picrews/self-four.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
src/images/picrews/self-one.jpg
Normal file
BIN
src/images/picrews/self-one.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
src/images/picrews/self-three.jpg
Normal file
BIN
src/images/picrews/self-three.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
BIN
src/images/picrews/self-two.jpg
Normal file
BIN
src/images/picrews/self-two.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
16
src/layouts/MarkdownGalleryLayout.astro
Normal file
16
src/layouts/MarkdownGalleryLayout.astro
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
import BasicLayout from "./BasicLayout.astro";
|
||||||
|
|
||||||
|
const { frontmatter } = Astro.props;
|
||||||
|
---
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>{frontmatter.title}</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<BasicLayout>
|
||||||
|
<h1>{frontmatter.title}</h1>
|
||||||
|
<slot />
|
||||||
|
</BasicLayout>
|
@ -3,4 +3,14 @@ layout: ../../../../layouts/MarkdownLayout.astro
|
|||||||
|
|
||||||
title: emma's picrews
|
title: emma's picrews
|
||||||
description: "i've used picrew as a means to express myself in terms of outwards appearance. it has helped me better understand how i see myself. i'd like to share them"
|
description: "i've used picrew as a means to express myself in terms of outwards appearance. it has helped me better understand how i see myself. i'd like to share them"
|
||||||
|
|
||||||
|
imageOne:
|
||||||
|
src: "../../../../images/picrews/self-one.png"
|
||||||
|
alt: "an image of emma created in picrew. the image is fem presenting and represent characteristics that emma sees of herself when she can be fem presenting in her physical space"
|
||||||
|
height: "300"
|
||||||
|
width: "300"
|
||||||
|
creditUrl: https://picrew.me/en/image_maker/94097
|
||||||
|
creditText: picrew image maker</a> by sangled
|
||||||
---
|
---
|
||||||
|
|
||||||
|
picrew has been a wonderful help in figuring who i am. how i want to present when everything is right for me to do so. the below pictures all capture different parts of me, i see myself in all of them in some way. some picrews allowed me to add things that others didn't. for example, a top i really want to have one day, or the fact that i have freckles on my face. i love that picrew makes it accessible to discover my identity. it is such a friendly tool. over time i've found that people have different image makers that capture so many wonderful parts of myself, and humanity in general
|
||||||
|
Loading…
x
Reference in New Issue
Block a user