summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAylur <[email protected]>2025-01-05 16:28:31 +0100
committerGitHub <[email protected]>2025-01-05 16:28:31 +0100
commit3cf849f9be8b278835ee24f99956918a628c8ed1 (patch)
tree4c65e6b1cbf10d7931783cd18281faa57313829f
parenta3bb83a22b7d237c2c2fc6bd531f30d6265135cf (diff)
parentf5c1d29a37d6404999aee9210cdbf09ed6a278be (diff)
Merge pull request #233 from ezerinz/main
Add my configuration to showcases
-rw-r--r--docs/public/showcase/ezerinz.webpbin0 -> 191114 bytes
-rw-r--r--docs/showcases/showcases.ts7
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/public/showcase/ezerinz.webp b/docs/public/showcase/ezerinz.webp
new file mode 100644
index 0000000..7da8d7d
--- /dev/null
+++ b/docs/public/showcase/ezerinz.webp
Binary files differ
diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts
index e207b8a..f208517 100644
--- a/docs/showcases/showcases.ts
+++ b/docs/showcases/showcases.ts
@@ -33,6 +33,13 @@ export default [
title: "kompass",
author: "kotontrion",
},
+ {
+ image: "/astal/showcase/ezerinz.webp",
+ url: "https://github.com/ezerinz/epik-shell",
+ icon: "devicon-javascript-plain",
+ title: "Epik Shell",
+ author: "ezerinz",
+ },
// add more showcases here~
] satisfies Array<Grid<Showcase>>