From 92ad8d87f36f8b013c4584aca5d783b2815b4ab5 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 7 Sep 2024 20:37:53 +0000 Subject: docs: add feature icons to frontpage --- docs/.vitepress/theme/index.ts | 1 + docs/index.md | 3 +++ docs/package-lock.json | 8 +++++++- docs/package.json | 3 ++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index a2ca770..6f8ff10 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -1,5 +1,6 @@ import DefaultTheme from "vitepress/theme" import "../../vitepress.theme.css" import "devicon/devicon.min.css" +import "font-logos/assets/font-logos.css" export default DefaultTheme diff --git a/docs/index.md b/docs/index.md index 7a63d93..2b80d9e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,10 +20,13 @@ hero: features: - title: Use Your Preferred Language + icon: details: The main focus of Astal is TypeScript using JSX. But you can use the libraries in any language that supports Gobject Introspection. - title: No bash scripts needed + icon: details: Includes modules to work with Network, Bluetooth, Battery, Audio and more. - title: Use any Gtk widget + icon: details: With Astal you work with Gtk directly. You are not limited to only a set of them. ---