From 6c4753b5e14a50c617e326d97d270ff51156a183 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 15:23:08 +0200 Subject: initial docs --- docs/src/content/showcases.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/src/content/showcases.ts (limited to 'docs/src/content/showcases.ts') diff --git a/docs/src/content/showcases.ts b/docs/src/content/showcases.ts new file mode 100644 index 0000000..0082c93 --- /dev/null +++ b/docs/src/content/showcases.ts @@ -0,0 +1,13 @@ +type Showcase = { + author: string + src: string + url: string +} + +type Grid = + | [T, T] + | [T, T, T, T] + +export const showcases: Array> = [ + { author: "Aylur", src: "/astal/showcase/aylur1.png", url: "https://github.com/Aylur/dotfiles" }, +] -- cgit v1.2.3