feat: add japan trip images

This commit is contained in:
dusk 2024-09-19 01:16:53 +03:00
parent 271f754ee1
commit 3908484a28
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
172 changed files with 537 additions and 5 deletions
.gitattributesbun.lockbpackage.json
src/routes
+layout.svelte
entries
hello-world
japan-trip24
+page.md+page.ts
images
PNG image 01.webpPNG image 02.webpPNG image 03.webpPNG image 04.webpPNG image 05.webpPNG image 06.webpPNG image 07.webpPNG image 08.webpPNG image 09.webpPNG image 10.webpPNG image 100.webpPNG image 101.webpPNG image 102.webpPNG image 103.webpPNG image 104.webpPNG image 105.webpPNG image 106.webpPNG image 107.webpPNG image 108.webpPNG image 109.webpPNG image 11.webpPNG image 110.webpPNG image 111.webpPNG image 112.webpPNG image 113.webpPNG image 114.webpPNG image 115.webpPNG image 116.webpPNG image 117.webpPNG image 118.webpPNG image 119.webpPNG image 12.webpPNG image 120.webpPNG image 121.webpPNG image 122.webpPNG image 123.webpPNG image 124.webpPNG image 125.webpPNG image 126.webpPNG image 127.webpPNG image 128.webpPNG image 129.webpPNG image 13.webpPNG image 130.webpPNG image 131.webpPNG image 132.webpPNG image 133.webpPNG image 134.webpPNG image 135.webpPNG image 136.webpPNG image 137.webpPNG image 138.webpPNG image 139.webpPNG image 14.webpPNG image 140.webpPNG image 141.webpPNG image 142.webpPNG image 143.webpPNG image 144.webpPNG image 145.webpPNG image 146.webpPNG image 147.webpPNG image 148.webpPNG image 149.webpPNG image 15.webpPNG image 150.webpPNG image 151.webpPNG image 152.webpPNG image 153.webpPNG image 154.webpPNG image 155.webpPNG image 156.webpPNG image 157.webpPNG image 158.webpPNG image 159.webpPNG image 16.webpPNG image 160.webpPNG image 161.webpPNG image 162.webpPNG image 163.webpPNG image 17.webpPNG image 18.webpPNG image 19.webpPNG image 20.webpPNG image 21.webpPNG image 22.webpPNG image 23.webpPNG image 24.webpPNG image 25.webpPNG image 26.webpPNG image 27.webpPNG image 28.webpPNG image 29.webp

1
.gitattributes vendored Normal file

@ -0,0 +1 @@
**/*.webp filter=lfs diff=lfs merge=lfs -text

BIN
bun.lockb

Binary file not shown.

@ -12,6 +12,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/enhanced-img": "^0.3.8",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
@ -46,6 +47,7 @@
"trustedDependencies": [
"@sveltejs/kit",
"esbuild",
"sharp",
"svelte-preprocess"
]
}

@ -150,7 +150,7 @@
"
style="border-style: ridge hidden hidden hidden;"
>
<div class="bg-opacity-100 pixelate-bg flex flex-row flex-nowrap gap-2 justify-start overflow-auto">
<div class="flex flex-row flex-nowrap gap-2 justify-start overflow-auto">
{#each menuItems as item}
{@const highlight = isRoute(item.href)}
<NavButton {highlight} {...item} />

@ -5,4 +5,4 @@ layout = "blogpost"
excerpt = "meow"
+++
hello everyone :3
hello everyone :3c

@ -0,0 +1,25 @@
+++
title = "japan trip 09/24"
date = "2024-09-19"
layout = "blogpost"
excerpt = "photos from my trip to japan"
+++
<script lang="ts">
export let data;
</script>
## 1-16 / 09 / 2024
some photos i took while on a japan trip
<p>
these are *not* sorted, have fun trying to figure out the actual order
<span class="text-xs italic">(i accidentally stripped the exif data and im too lazy to find the images again)</span>
</p>
<div class="grid gap-x-2 md:grid-cols-4">
{#each data.images as src}
<enhanced:img class="w-full h-full object-cover [transition:transform_.2s] md:hover:[transform:scale(2)]" {src}/>
{/each}
</div>

@ -0,0 +1,12 @@
const images = import.meta.glob<any>(
'./images/*.webp',
{ query: { enhanced: true }, eager: true }
);
export function load() {
const imgs =
Object.values(images).map(module => {
return module.default
});
return { images: imgs }
}

BIN
src/routes/entries/japan-trip24/images/PNG image 01.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 02.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 03.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 04.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 05.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 06.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 07.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 08.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 09.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 10.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 100.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 101.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 102.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 103.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 104.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 105.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 106.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 107.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 108.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 109.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 11.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 110.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 111.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 112.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 113.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 114.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 115.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 116.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 117.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 118.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 119.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 12.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 120.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 121.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 122.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 123.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 124.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 125.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 126.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 127.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 128.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 129.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 13.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 130.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 131.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 132.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 133.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 134.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 135.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 136.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 137.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 138.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 139.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 14.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 140.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 141.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 142.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 143.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 144.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 145.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 146.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 147.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 148.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 149.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 15.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 150.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 151.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 152.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 153.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 154.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 155.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 156.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 157.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 158.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 159.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 16.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 160.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 161.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 162.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 163.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 17.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 18.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 19.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 20.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 21.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 22.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 23.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 24.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 25.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 26.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 27.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 28.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/routes/entries/japan-trip24/images/PNG image 29.webp (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More