Skip to content

Commit 665825c

Browse files
committed
Fix dead links and drop description for logo
The text under the logo is too much, and is repeated in the leading paragraph right next to it. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 1139532 commit 665825c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins:
66
- jekyll-remote-theme
77

88
#title: KernelKit
9-
description: Infix, a Network Operating System
9+
#description: Infix, a Network Operating System
1010
logo: /assets/img/logo.png
1111
favicon: true
1212
show_downloads: false
@@ -30,7 +30,7 @@ doc:
3030
link: https://github.com/kernelkit/infix/blob/main/doc/branding.md
3131
- name: CLI Tutorial
3232
icon: <i class="fa-solid fa-terminal"></i>
33-
link: https://github.com/kernelkit/infix/blob/main/doc/cli/tutorial.md
33+
link: https://github.com/kernelkit/infix/tree/main/doc/cli
3434
- name: Containers in Infix
3535
icon: <i class="fa-brands fa-docker"></i>
3636
link: https://github.com/kernelkit/infix/blob/main/doc/container.md
@@ -43,9 +43,6 @@ doc:
4343
- name: Networking Lego®
4444
icon: <i class="fa-solid fa-network-wired"></i>
4545
link: https://github.com/kernelkit/infix/blob/main/doc/networking.md
46-
- name: Infix Variants
47-
icon: <i class="fa-solid fa-mercury"></i>
48-
link: https://github.com/kernelkit/infix/blob/main/doc/variant.md
4946
- name: Testing
5047
icon: <i class="fa-solid fa-vial"></i>
5148
link: https://github.com/kernelkit/infix/blob/main/doc/testing.md

0 commit comments

Comments
 (0)