From 49ca1b866de7c1ea7b6762c07717e494470c2d7a Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 9 Oct 2024 15:07:50 -0300 Subject: Added contrib to showcases page --- docs/public/showcase/aylur.png | Bin 0 -> 3202086 bytes docs/public/showcase/aylur1.png | Bin 3202086 -> 0 bytes docs/public/showcase/contrib1.webp | Bin 0 -> 122412 bytes docs/showcases/showcases.ts | 28 +++++++++++++++++----------- 4 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 docs/public/showcase/aylur.png delete mode 100644 docs/public/showcase/aylur1.png create mode 100644 docs/public/showcase/contrib1.webp (limited to 'docs') diff --git a/docs/public/showcase/aylur.png b/docs/public/showcase/aylur.png new file mode 100644 index 0000000..5dc5dd7 Binary files /dev/null and b/docs/public/showcase/aylur.png differ diff --git a/docs/public/showcase/aylur1.png b/docs/public/showcase/aylur1.png deleted file mode 100644 index 5dc5dd7..0000000 Binary files a/docs/public/showcase/aylur1.png and /dev/null differ diff --git a/docs/public/showcase/contrib1.webp b/docs/public/showcase/contrib1.webp new file mode 100644 index 0000000..94f6080 Binary files /dev/null and b/docs/public/showcase/contrib1.webp differ diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts index 138ae7f..2b23aca 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -1,15 +1,21 @@ type Showcase = { - label: string - src: string - url: string -} + label: string; + src: string; + url: string; +}; -type Grid = T - | [T, T] - | [T, T, T] - | [T, T, T, T] +type Grid = T | [T, T] | [T, T, T] | [T, T, T, T]; export default [ - { label: "Placeholder (this is an ags v1 screenshot)", src: "/astal/showcase/aylur1.png", url: "https://github.com/Aylur/dotfiles" }, - // add more showcases here -] satisfies Array> + { + label: "Placeholder (this is an ags v1 screenshot)", + src: "/astal/showcase/aylur.png", + url: "https://github.com/Aylur/dotfiles", + }, + { + label: "Idk I just love oxocarbon", + src: "/astal/showcase/contrib1.webp", + url: "https://github.com/tokyob0t/dotfiles", + }, + // add mowe shuwucases hewe~ +] satisfies Array>; -- cgit v1.2.3