From 36907d5a6ee65c17547e4660a209f0691af63006 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 11 Oct 2024 15:00:19 -0300 Subject: Update --- docs/showcases/Showcase.vue | 162 ++++++++++++++++++++++++++++++------------- docs/showcases/Showcases.vue | 20 +++++- docs/showcases/showcases.ts | 17 +++-- 3 files changed, 142 insertions(+), 57 deletions(-) (limited to 'docs/showcases') diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index 8ee7b5e..a300974 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -1,92 +1,158 @@ diff --git a/docs/showcases/Showcases.vue b/docs/showcases/Showcases.vue index acdf601..34960d2 100644 --- a/docs/showcases/Showcases.vue +++ b/docs/showcases/Showcases.vue @@ -2,7 +2,6 @@ import showcases from "./showcases" import Showcase from "./Showcase.vue" - diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts index 053b628..8354cd8 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -1,24 +1,29 @@ type Showcase = { - label: string src: string url: string - icon: string // https://devicon.dev/ + icon?: string // https://devicon.dev/ + title?: string + description?: string + author: string } 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/aylur.png", url: "https://github.com/Aylur/dotfiles", icon: "devicon-javascript-plain", + description: "Placeholder (this is an ags v1 screenshot)", + author: "Aylur", }, { - label: "Idk I just love oxocarbon", - src: "/astal/showcase/contrib1.webp", + src: "/astal/showcase/tokyob0t-super-duper-hiper-mega-ultra-contribution.webp", url: "https://github.com/tokyob0t/dotfiles", icon: "devicon-lua-plain", + title: "Tokyob0t's Desktop", + description: "Abandonad toda esperanza, vosotros que entráis aquí.", + author: "tokyob0t", }, - // add mowe shuwucases hewe~ + // add more showcases here~ ] satisfies Array> -- cgit v1.2.3