change logo
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 45s
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 45s
This commit is contained in:
parent
dea94a8bc8
commit
ea4c81c23b
4 changed files with 457 additions and 3 deletions
|
@ -6,7 +6,7 @@ export default defineConfig({
|
||||||
description: "A webUI to configure NixOS machines",
|
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-nixin.svg', type: 'image/svg' }]
|
||||||
],
|
],
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
@ -15,7 +15,7 @@ export default defineConfig({
|
||||||
message: 'Handcrafted with ❤️ by the DistriLab',
|
message: 'Handcrafted with ❤️ by the DistriLab',
|
||||||
copyright: 'Copyleft © 2024-present the DistriLab - AGPL3 licence'
|
copyright: 'Copyleft © 2024-present the DistriLab - AGPL3 licence'
|
||||||
},
|
},
|
||||||
logo: '/logo-nix-clic.jpg',
|
logo: '/logo-nixin.svg',
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Home', link: '/' },
|
{ text: 'Home', link: '/' },
|
||||||
{ text: 'Documentation', link: '/about' },
|
{ text: 'Documentation', link: '/about' },
|
||||||
|
|
2
index.md
2
index.md
|
@ -5,7 +5,7 @@ hero:
|
||||||
name: "NixiN"
|
name: "NixiN"
|
||||||
text: "A webUI to configure NixOS machines"
|
text: "A webUI to configure NixOS machines"
|
||||||
tagline: by the Distrilab
|
tagline: by the Distrilab
|
||||||
image: ./logo-nix-clic.jpg
|
image: ./logo-nixin.svg
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Generate my NixOS configuration
|
text: Generate my NixOS configuration
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 51 KiB |
454
public/logo-nixin.svg
Normal file
454
public/logo-nixin.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in a new issue