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
|
// 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' }]
|
||||||
|
|
10
index.md
10
index.md
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue