fix: baselines for NixiN and emojis
Some checks failed
Deploy VitePress site to Pages / Build static site (push) Failing after 12s
Deploy VitePress site to Pages / Deploy to Github Pages (push) Has been skipped

This commit is contained in:
mrflos 2024-09-25 18:29:11 +03:00
parent 7b02858897
commit a07a88cb88
2 changed files with 6 additions and 6 deletions

View file

@ -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' }]

View file

@ -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
---