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
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "Nix CLIC",
|
title: "NixiN",
|
||||||
description: "Configure nixos machine by just clicking",
|
description: "Configure nixos machines by web UI",
|
||||||
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' }]
|
||||||
|
@ -26,7 +26,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
text: 'The Nix Clic Project',
|
text: 'The NixiN Project',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'About', link: '/about' },
|
{ text: 'About', link: '/about' },
|
||||||
{ text: 'Technical principles', link: '/technical-principles' },
|
{ text: 'Technical principles', link: '/technical-principles' },
|
||||||
|
@ -43,7 +43,7 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
|
|
||||||
socialLinks: [
|
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' }
|
//{ icon: 'mastodon', link: 'https://mastodon.cc/@mrflos' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,7 +59,7 @@ export default {
|
||||||
placeholder="Give your machine a name without spaces, ponctuation or accents" />
|
placeholder="Give your machine a name without spaces, ponctuation or accents" />
|
||||||
</div>
|
</div>
|
||||||
</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-row" v-if="netconf !== 'autoconfig'">
|
||||||
<div class="form-cell">
|
<div class="form-cell">
|
||||||
<label>Domain name</label>
|
<label>Domain name</label>
|
||||||
|
|
6
index.md
6
index.md
|
@ -3,8 +3,8 @@
|
||||||
layout: home
|
layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "Nix CLIC"
|
name: "NixiN"
|
||||||
text: "Configure nixos machines by just clicking"
|
text: "Configure nixos machines by web UI"
|
||||||
tagline: by the Distrilab
|
tagline: by the Distrilab
|
||||||
image: ./logo-nix-clic.jpg
|
image: ./logo-nix-clic.jpg
|
||||||
actions:
|
actions:
|
||||||
|
@ -56,7 +56,7 @@ const members = [
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Nix CLIC is a...
|
NixiN is a...
|
||||||
|
|
||||||
## Our Team
|
## Our Team
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue