feat(name): rename to NixiN
This commit is contained in:
parent
bd0e478826
commit
51a2bd970a
3 changed files with 8 additions and 8 deletions
|
@ -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' }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ export default {
|
|||
placeholder="Give your machine a name without spaces, ponctuation or accents" />
|
||||
</div>
|
||||
</div>
|
||||
<input v-if="netconf === 'autoconfig'" type="hidden" v-model="networkingDomain" value="distrilab.fr" />
|
||||
<input v-if="netconf === 'autoconfig'" type="hidden" value="distrilab.fr" />
|
||||
<div class="form-row" v-if="netconf !== 'autoconfig'">
|
||||
<div class="form-cell">
|
||||
<label>Domain name</label>
|
||||
|
|
6
index.md
6
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue