From 65654282a98cb0590d498e4ed9c924f97646f1dc Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 25 Sep 2024 23:22:01 +0000 Subject: docs: restructure --- docs/showcases/Showcase.vue | 6 +++--- docs/showcases/index.md | 9 +++++++++ docs/showcases/showcases.ts | 4 ++-- 3 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 docs/showcases/index.md (limited to 'docs/showcases') diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index 5873a8e..a5a1e01 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -1,7 +1,7 @@ @@ -9,10 +9,10 @@ const props = defineProps({ diff --git a/docs/showcases/index.md b/docs/showcases/index.md new file mode 100644 index 0000000..21b54b7 --- /dev/null +++ b/docs/showcases/index.md @@ -0,0 +1,9 @@ +--- +layout: home +--- + + + + diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts index fa0a7bb..138ae7f 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -1,5 +1,5 @@ type Showcase = { - author: string + label: string src: string url: string } @@ -10,6 +10,6 @@ type Grid = T | [T, T, T, T] export default [ - { author: "Aylur", src: "/astal/showcase/aylur1.png", url: "https://github.com/Aylur/dotfiles" }, + { 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> -- cgit v1.2.3