diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 6226aa6..eab9399 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ title: "NixiN", - description: "Configure nixos machines by web UI", + description: "A webUI to configure Nixos machines", base: '/', head: [ ['link', { rel: 'shortcut icon', href: 'logo-nix-clic.jpg', type: 'image/jpeg' }] diff --git a/index.md b/index.md index a9ca043..1e5219a 100644 --- a/index.md +++ b/index.md @@ -4,7 +4,7 @@ layout: home hero: name: "NixiN" - text: "Configure nixos machines by web UI" + text: "A webUI to configure Nixos machines" tagline: by the Distrilab image: ./logo-nix-clic.jpg actions: @@ -16,13 +16,13 @@ hero: link: /about features: - - icon: 🗄️ - title: Easy configuration by clicking - - icon: 🗄️ + - icon: 💫 + title: Easy configuration + - icon: 📢 title: Ready for federation - icon: ✌️ title: Self-Hostable - - icon: 🔌 + - icon: 📖 title: Open source ---