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 // https://vitepress.dev/reference/site-config
export default defineConfig({ export default defineConfig({
title: "NixiN", title: "NixiN",
description: "Configure nixos machines by web UI", description: "A webUI to configure Nixos machines",
base: '/', base: '/',
head: [ head: [
['link', { rel: 'shortcut icon', href: 'logo-nix-clic.jpg', type: 'image/jpeg' }] ['link', { rel: 'shortcut icon', href: 'logo-nix-clic.jpg', type: 'image/jpeg' }]

View file

@ -4,7 +4,7 @@ layout: home
hero: hero:
name: "NixiN" name: "NixiN"
text: "Configure nixos machines by web UI" text: "A webUI to configure Nixos machines"
tagline: by the Distrilab tagline: by the Distrilab
image: ./logo-nix-clic.jpg image: ./logo-nix-clic.jpg
actions: actions:
@ -16,13 +16,13 @@ hero:
link: /about link: /about
features: features:
- icon: 🗄️ - icon: 💫
title: Easy configuration by clicking title: Easy configuration
- icon: 🗄️ - icon: 📢
title: Ready for federation title: Ready for federation
- icon: ✌️ - icon: ✌️
title: Self-Hostable title: Self-Hostable
- icon: 🔌 - icon: 📖
title: Open source title: Open source
--- ---