fix: baselines for NixiN and emojis
This commit is contained in:
parent
7b02858897
commit
a07a88cb88
2 changed files with 6 additions and 6 deletions
|
@ -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' }]
|
||||
|
|
10
index.md
10
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
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue