diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 806019c..6226aa6 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -2,8 +2,8 @@ import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ - title: "Nix CLIC", - description: "Configure nixos machine by just clicking", + title: "NixiN", + description: "Configure nixos machines by web UI", base: '/', head: [ ['link', { rel: 'shortcut icon', href: 'logo-nix-clic.jpg', type: 'image/jpeg' }] @@ -26,7 +26,7 @@ export default defineConfig({ }, sidebar: [ { - text: 'The Nix Clic Project', + text: 'The NixiN Project', items: [ { text: 'About', link: '/about' }, { text: 'Technical principles', link: '/technical-principles' }, @@ -43,7 +43,7 @@ export default defineConfig({ ], socialLinks: [ - { icon: 'github', link: 'https://git.distrilab.fr/nix-clic' } + { icon: 'github', link: 'https://git.distrilab.fr/NixiN' } //{ icon: 'mastodon', link: 'https://mastodon.cc/@mrflos' } ] } diff --git a/components/ConfigForm.vue b/components/ConfigForm.vue index e56c93a..7580f7e 100644 --- a/components/ConfigForm.vue +++ b/components/ConfigForm.vue @@ -59,7 +59,7 @@ export default { placeholder="Give your machine a name without spaces, ponctuation or accents" /> - +
diff --git a/index.md b/index.md index 889b084..a9ca043 100644 --- a/index.md +++ b/index.md @@ -3,8 +3,8 @@ layout: home hero: - name: "Nix CLIC" - text: "Configure nixos machines by just clicking" + name: "NixiN" + text: "Configure nixos machines by web UI" tagline: by the Distrilab image: ./logo-nix-clic.jpg actions: @@ -56,7 +56,7 @@ const members = [ ## About -Nix CLIC is a... +NixiN is a... ## Our Team