Skip to content

Commit

Permalink
plotter art. and new photos added
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroid committed Dec 14, 2024
1 parent aa387ad commit 5268c5b
Show file tree
Hide file tree
Showing 463 changed files with 105 additions and 52 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Currently I just use full sized images everywhere. To help with the old bandwidt
Convert all images in a directory to a compress .webp: `mogrify -format webp -quality 80 *.jpg` (https://www.bartvandersanden.com/blog/2022/07/03/webp-imagick/)


## I think I had a like an ALBUM_SRC folder somewhere that was synced to this repo? How do I get images to here again?





## Astro Starter Kit: Basics

Expand Down
8 changes: 8 additions & 0 deletions src/components/react/Title/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ export const Title = ({ title }: {title: string}) => {
>
Friends
</a>}
<a
href="/plotting"
className={
styles.subtitleText
}
>
Plotter Art
</a>
<a
href="/photography/everything"
className={
Expand Down
33 changes: 21 additions & 12 deletions src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,34 @@ import { defineCollection } from 'astro:content';
// List of allowed tag names as string
const TagsEnum = z.enum(["plotting", "programming", "photography", "art"]);

const blogCollection = defineCollection({
type: 'content',
schema: z.object({
title: z.string(),
tags: z.array(TagsEnum),
date: z.string(),
})
});
const photoCollection = defineCollection({
schema: z.object({
const blogCollection = defineCollection({
type: 'content',
schema: z.object({
title: z.string(),
tags: z.array(TagsEnum),
date: z.string(),
}),
})
});
const photoCollection = defineCollection({
schema: z.object({
title: z.string(),
tags: z.array(TagsEnum),
date: z.string(),
}),
});

const plottingCollection = defineCollection({
schema: z.object({
title: z.string(),
tags: z.array(TagsEnum),
date: z.string(),
}),
});

});
// 3. Export a single `collections` object to register your collection(s)
// This key should match your collection directory name in "src/content"
export const collections = {
'blog': blogCollection,
'photography': photoCollection,
'plotting': plottingCollection,
};
2 changes: 1 addition & 1 deletion src/content/photography/everything.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import DummyComponent from '../../components/DummyComponent/DummyComponent.astro
import GalleryImageGrid from "../../components/GalleryImageGrid/GalleryImageGrid.astro";

export const images = import.meta.glob(
"/src/images/photography/5starred/*.{jpeg,jpg,png,gif}");
"/src/images/photography/5starred/*.{jpeg,jpg,png,gif,webp}");


<DummyComponent />
Expand Down
21 changes: 21 additions & 0 deletions src/content/plotting/everything.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: '../../layouts/FreeLayout.astro'
date: "2024-03-05"
title: "Everything"
tags: ["plotting"]
---
import {Image} from 'astro:assets';
import DummyComponent from '../../components/DummyComponent/DummyComponent.astro';
import GalleryImageGrid from "../../components/GalleryImageGrid/GalleryImageGrid.astro";

export const images = import.meta.glob(
"/src/images/plotting/**/*.{jpeg,jpg,png,gif,webp}");


<DummyComponent />


# {props.title}

<GalleryImageGrid images={images} ></GalleryImageGrid>

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/images/photography/5starred/DJI_0002-HDR.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/images/photography/5starred/DJI_0005-HDR.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 src/images/photography/5starred/DJI_0007-HDR.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 src/images/photography/5starred/DJI_0007.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 src/images/photography/5starred/DJI_0009-HDR.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 src/images/photography/5starred/DJI_0012-HDR.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 src/images/photography/5starred/DJI_0015-HDR.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 src/images/photography/5starred/DJI_0018-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0036-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0039-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0094-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0097-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0103-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0106-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0112-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0118-HDR.jpg
Binary file added src/images/photography/5starred/DJI_0124-HDR.jpg
Binary file added src/images/photography/5starred/DSC00249.jpg
Binary file added src/images/photography/5starred/DSC00251.jpg
Binary file added src/images/photography/5starred/DSC00252.jpg
Binary file added src/images/photography/5starred/DSC00254.jpg
Binary file added src/images/photography/5starred/DSC00256.jpg
Binary file added src/images/photography/5starred/DSC00257.jpg
Binary file added src/images/photography/5starred/DSC00258.jpg
Binary file added src/images/photography/5starred/DSC00285.jpg
Binary file added src/images/photography/5starred/DSC00311.jpg
Binary file added src/images/photography/5starred/DSC00347.jpg
Binary file added src/images/photography/5starred/DSC00372.jpg
Binary file added src/images/photography/5starred/DSC00377.jpg
Binary file added src/images/photography/5starred/DSC00386.jpg
Binary file added src/images/photography/5starred/DSC00388.jpg
Binary file added src/images/photography/5starred/DSC00389.jpg
Binary file added src/images/photography/5starred/DSC00390.jpg
Binary file added src/images/photography/5starred/DSC00396.jpg
Binary file added src/images/photography/5starred/DSC00402.jpg
Binary file added src/images/photography/5starred/DSC00409.jpg
Binary file added src/images/photography/5starred/DSC00415.jpg
Binary file added src/images/photography/5starred/DSC00435-HDR.jpg
Binary file added src/images/photography/5starred/DSC00492-HDR.jpg
Binary file added src/images/photography/5starred/DSC00492.jpg
Binary file added src/images/photography/5starred/DSC00501.jpg
Binary file added src/images/photography/5starred/DSC00505.jpg
Binary file added src/images/photography/5starred/DSC00507-HDR.jpg
Binary file added src/images/photography/5starred/DSC00522.jpg
Binary file added src/images/photography/5starred/DSC00531-HDR.jpg
Binary file added src/images/photography/5starred/DSC00534.jpg
Binary file added src/images/photography/5starred/DSC00606-HDR.jpg
Binary file added src/images/photography/5starred/DSC00626.jpg
Binary file added src/images/photography/5starred/DSC00653-HDR.jpg
Binary file added src/images/photography/5starred/DSC00686.jpg
Binary file added src/images/photography/5starred/DSC00687.jpg
Binary file added src/images/photography/5starred/DSC00806-2.jpg
Binary file added src/images/photography/5starred/DSC00806.jpg
Binary file added src/images/photography/5starred/DSC00808-2.jpg
Binary file added src/images/photography/5starred/DSC00808.jpg
Binary file added src/images/photography/5starred/DSC00820.jpg
Binary file added src/images/photography/5starred/DSC00826.jpg
Binary file added src/images/photography/5starred/DSC00835.jpg
Binary file added src/images/photography/5starred/DSC01513.jpg
Binary file added src/images/photography/5starred/DSC01527.jpg
Binary file added src/images/photography/5starred/DSC01606-Pano.jpg
Binary file added src/images/photography/5starred/DSC01698.jpg
Binary file added src/images/photography/5starred/DSC01773.jpg
Binary file added src/images/photography/5starred/DSC01812.jpg
Binary file added src/images/photography/5starred/DSC01822.jpg
Binary file added src/images/photography/5starred/DSC01826.jpg
Binary file added src/images/photography/5starred/DSC01833.jpg
Binary file added src/images/photography/5starred/DSC01844.jpg
Binary file added src/images/photography/5starred/DSC01847.jpg
Binary file added src/images/photography/5starred/DSC06558.jpg
Binary file added src/images/photography/5starred/DSC06569.jpg
Binary file added src/images/photography/5starred/DSC06788.jpg
Binary file added src/images/photography/5starred/DSC06817.jpg
Binary file added src/images/photography/5starred/DSC07065.jpg
Binary file added src/images/photography/5starred/DSC07104.jpg
Binary file added src/images/photography/5starred/DSC07111.jpg
Binary file added src/images/photography/5starred/DSC07122.jpg
Binary file added src/images/photography/5starred/DSC07138.jpg
Binary file added src/images/photography/5starred/DSC07162.jpg
Binary file added src/images/photography/5starred/DSC07163.jpg
Binary file added src/images/photography/5starred/DSC07201.jpg
Binary file added src/images/photography/5starred/DSC07208.jpg
Binary file added src/images/photography/5starred/DSC07297.jpg
Binary file added src/images/photography/5starred/DSC07312.jpg
Binary file added src/images/photography/5starred/DSC07314.jpg
Binary file added src/images/photography/5starred/DSC07326.jpg
Binary file added src/images/photography/5starred/DSC07328.jpg
Binary file added src/images/photography/5starred/DSC07329.jpg
Binary file added src/images/photography/5starred/DSC07332.jpg
Binary file added src/images/photography/5starred/DSC07334.jpg
Binary file added src/images/photography/5starred/DSC07337.jpg
Binary file added src/images/photography/5starred/DSC07340.jpg
Binary file added src/images/photography/5starred/DSC07347.jpg
Binary file added src/images/photography/5starred/DSC07365.jpg
Binary file added src/images/photography/5starred/DSC07414.jpg
Binary file added src/images/photography/5starred/DSC07437-HDR.jpg
Binary file added src/images/photography/5starred/DSC07525.jpg
Binary file added src/images/photography/5starred/DSC07531.jpg
Binary file added src/images/photography/5starred/DSC07546.jpg
Binary file added src/images/photography/5starred/DSC07549.jpg
Binary file added src/images/photography/5starred/DSC07646.jpg
Binary file added src/images/photography/5starred/DSC07672.jpg
Binary file added src/images/photography/5starred/DSC07688.jpg
Binary file added src/images/photography/5starred/DSC07699.jpg
Binary file added src/images/photography/5starred/DSC07819.jpg
Binary file added src/images/photography/5starred/DSC07854.jpg
Binary file added src/images/photography/5starred/DSC07928.jpg
Binary file added src/images/photography/5starred/DSC07953.jpg
Binary file added src/images/photography/5starred/DSC07957.jpg
Binary file added src/images/photography/5starred/DSC07981.jpg
Binary file added src/images/photography/5starred/DSC07994.jpg
Binary file added src/images/photography/5starred/DSC08034.jpg
Binary file added src/images/photography/5starred/DSC08048.jpg
Binary file added src/images/photography/5starred/DSC08049-Pano.jpg
Binary file added src/images/photography/5starred/DSC08074.jpg
Binary file added src/images/photography/5starred/DSC08075-Edit.jpg
Binary file added src/images/photography/5starred/DSC08114.jpg
Binary file added src/images/photography/5starred/DSC08126.jpg
Binary file added src/images/photography/5starred/DSC08129.jpg
Binary file added src/images/photography/5starred/DSC08137.jpg
Binary file added src/images/photography/5starred/DSC08151.jpg
Binary file added src/images/photography/5starred/DSC08263.jpg
Binary file added src/images/photography/5starred/DSC08286.jpg
Binary file added src/images/photography/5starred/DSC08298.jpg
Binary file added src/images/photography/5starred/DSC08329.jpg
Binary file added src/images/photography/5starred/DSC08339-HDR.jpg
Binary file added src/images/photography/5starred/DSC08352.jpg
Binary file added src/images/photography/5starred/DSC08372.jpg
Binary file added src/images/photography/5starred/DSC08373.jpg
Binary file added src/images/photography/5starred/DSC08377.jpg
Binary file added src/images/photography/5starred/DSC08378.jpg
Binary file added src/images/photography/5starred/DSC08381.jpg
Binary file added src/images/photography/5starred/DSC08382.jpg
Binary file added src/images/photography/5starred/DSC08383-2.jpg
Binary file added src/images/photography/5starred/DSC08383.jpg
Binary file added src/images/photography/5starred/DSC08384.jpg
Binary file added src/images/photography/5starred/DSC08389.jpg
Binary file added src/images/photography/5starred/DSC08390.jpg
Binary file added src/images/photography/5starred/DSC08391.jpg
Binary file added src/images/photography/5starred/DSC08395.jpg
Binary file added src/images/photography/5starred/DSC08397.jpg
Binary file added src/images/photography/5starred/DSC08400.jpg
Binary file added src/images/photography/5starred/DSC08401.jpg
Binary file added src/images/photography/5starred/DSC08406.jpg
Binary file added src/images/photography/5starred/DSC08410.jpg
Binary file added src/images/photography/5starred/DSC08467-Pano.jpg
Binary file added src/images/photography/5starred/DSC08479.jpg
Binary file added src/images/photography/5starred/DSC08510.jpg
Binary file added src/images/photography/5starred/DSC08563.jpg
Binary file added src/images/photography/5starred/DSC08564.jpg
Binary file added src/images/photography/5starred/DSC08569.jpg
Binary file added src/images/photography/5starred/DSC08595.jpg
Binary file added src/images/photography/5starred/DSC08602.jpg
Binary file added src/images/photography/5starred/DSC08644.jpg
Binary file added src/images/photography/5starred/DSC08655.jpg
Binary file added src/images/photography/5starred/DSC08696.jpg
Binary file added src/images/photography/5starred/DSC08706.jpg
Binary file added src/images/photography/5starred/DSC08710.jpg
Binary file added src/images/photography/5starred/DSC08722.jpg
Binary file added src/images/photography/5starred/DSC08745.jpg
Binary file added src/images/photography/5starred/DSC08746.jpg
Binary file added src/images/photography/5starred/DSC08749.jpg
Binary file added src/images/photography/5starred/DSC08923.jpg
Binary file added src/images/photography/5starred/DSC08925.jpg
Binary file added src/images/photography/5starred/DSC09149.jpg
Binary file added src/images/photography/5starred/DSC09155.jpg
Binary file added src/images/photography/5starred/DSC09202.jpg
Binary file added src/images/photography/5starred/DSC09214.jpg
Binary file added src/images/photography/5starred/DSC09219.jpg
Binary file added src/images/photography/5starred/DSC09390-2.jpg
Binary file added src/images/photography/5starred/DSC09390.jpg
Binary file added src/images/photography/5starred/DSC09399.jpg
Binary file added src/images/photography/5starred/DSC09401.jpg
Binary file added src/images/photography/5starred/DSC09439.jpg
Binary file added src/images/photography/5starred/DSC09590-HDR.jpg
Binary file added src/images/photography/5starred/DSC09600.jpg
Binary file added src/images/photography/5starred/DSC09613-HDR.jpg
Binary file added src/images/photography/5starred/DSC09616-HDR.jpg
Binary file added src/images/photography/5starred/DSC09646-HDR.jpg
Binary file added src/images/photography/5starred/DSC09655-HDR.jpg
Binary file added src/images/photography/5starred/DSC09664-HDR.jpg
Binary file added src/images/photography/5starred/DSC09670-HDR.jpg
Binary file added src/images/photography/5starred/DSC09712.jpg
Binary file added src/images/photography/5starred/IMG_3001.jpg
Binary file added src/images/photography/5starred/P1010065.jpg
Binary file added src/images/photography/5starred/P1010074.jpg
Binary file added src/images/photography/5starred/P1010081.jpg
Binary file added src/images/photography/5starred/P1010099.jpg
Binary file added src/images/photography/5starred/P1010114-2.jpg
Binary file added src/images/photography/5starred/P1010114.jpg
Binary file added src/images/photography/5starred/P1010116.jpg
Binary file added src/images/photography/5starred/P1010117.jpg
Binary file added src/images/photography/5starred/P1010122.jpg
Binary file added src/images/photography/5starred/P1010123.jpg
Binary file added src/images/photography/5starred/P1010133.jpg
Binary file added src/images/photography/5starred/P1010141.jpg
Binary file added src/images/photography/5starred/P1010143.jpg
Binary file added src/images/photography/5starred/P1010146.jpg
Binary file added src/images/photography/5starred/P1010150.jpg
Binary file added src/images/photography/5starred/P1010198.jpg
Binary file added src/images/photography/5starred/P1010220.jpg
Binary file added src/images/photography/5starred/P1010228.jpg
Binary file added src/images/photography/5starred/P1010243.jpg
Binary file added src/images/photography/5starred/P1010262.jpg
Binary file added src/images/photography/5starred/P1150429.jpg
Binary file modified src/images/photography/5starred/P1170461.jpg
Binary file modified src/images/photography/5starred/P1180518-Pano.jpg
Binary file modified src/images/photography/5starred/P1180521-Enhanced-NR.jpg
Binary file modified src/images/photography/5starred/P1270575-Pano.jpg
Binary file added src/images/photography/5starred/P1270586-Pano.jpg
Binary file modified src/images/photography/5starred/P2120672.jpg
Binary file modified src/images/photography/5starred/P2120676.jpg
Binary file modified src/images/photography/5starred/P2120705.jpg
Binary file modified src/images/photography/5starred/P2120713-Enhanced-NR-2-2.jpg
Binary file modified src/images/photography/5starred/P2120713-Enhanced-NR-2.jpg
Binary file modified src/images/photography/5starred/P2120713.jpg
Binary file added src/images/photography/5starred/P2120717.jpg
Binary file modified src/images/photography/5starred/P2120720.jpg
Binary file modified src/images/photography/5starred/P2120723.jpg
Binary file modified src/images/photography/5starred/P2120729-Enhanced-NR.jpg
Binary file modified src/images/photography/5starred/P2120745.jpg
Binary file modified src/images/photography/5starred/P2120746.jpg
Binary file modified src/images/photography/5starred/P2120752-Enhanced-NR.jpg
Binary file modified src/images/photography/5starred/P2120753.jpg
Binary file modified src/images/photography/5starred/P2220002.jpg
Binary file modified src/images/photography/5starred/P2220004.jpg
Binary file modified src/images/photography/5starred/P2220005.jpg
Binary file modified src/images/photography/5starred/P2220006.jpg
Binary file modified src/images/photography/5starred/P3050110.jpg
Binary file modified src/images/photography/5starred/P3080011.jpg
Binary file modified src/images/photography/5starred/P3080012.jpg
Binary file added src/images/photography/5starred/P3080040-Edit.jpg
Binary file modified src/images/photography/5starred/P3080124.jpg
Binary file added src/images/photography/5starred/P3100003.jpg
Binary file modified src/images/photography/5starred/P3100029-Edit.jpg
Binary file modified src/images/photography/5starred/P3100029.jpg
Binary file modified src/images/photography/5starred/P3100041-Enhanced-NR.jpg
Binary file modified src/images/photography/5starred/P3100073.jpg
Binary file modified src/images/photography/5starred/P3100077.jpg
Binary file added src/images/photography/5starred/P3160096.jpg
Binary file added src/images/photography/5starred/P3170182.jpg
Binary file added src/images/photography/5starred/P3170191.jpg
Binary file added src/images/photography/5starred/P3170195.jpg
Binary file added src/images/photography/5starred/P3170226.jpg
Binary file added src/images/photography/5starred/P3170230.jpg
Binary file added src/images/photography/5starred/P3190242.jpg
Binary file added src/images/photography/5starred/P3190273.jpg
Binary file added src/images/photography/5starred/P4150118.jpg
Binary file added src/images/photography/5starred/P4150120.jpg
Binary file added src/images/photography/5starred/P4150147.jpg
Binary file added src/images/photography/5starred/P5110159.jpg
Binary file added src/images/photography/5starred/P5270168.jpg
Binary file added src/images/photography/5starred/P5270179.jpg
Binary file added src/images/photography/5starred/P5270234-2.jpg
Binary file added src/images/photography/5starred/P5270234.jpg
Binary file added src/images/photography/5starred/P5270239.jpg
Binary file added src/images/photography/5starred/P5270242.jpg
Binary file added src/images/photography/5starred/P5270243.jpg
Binary file added src/images/photography/5starred/P5270244.jpg
Loading

0 comments on commit 5268c5b

Please sign in to comment.