Skip to content

Commit

Permalink
Adjust columns, add links to example
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Dec 3, 2023
1 parent d691def commit e824790
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ lo ethernet UP 00:00:00:00:00:00
admin@infix-12-34-56:/> copy running-config startup-config
```

[Click here][3] for more details.
Curious? Continue reading:
- [CLI Introduction][3]
- [CLI Tutorial][7]
- [Networking Lego®][8]


## Platform Support

Expand Down Expand Up @@ -75,3 +79,5 @@ Virtual Environments][5].
[4]: https://github.com/kernelkit/infix/blob/main/board/aarch64/README.md
[5]: https://github.com/kernelkit/infix/blob/main/doc/virtual.md
[6]: https://github.com/kernelkit/infix/blob/main/doc/variant.md
[7]: https://github.com/kernelkit/infix/blob/main/doc/cli/tutorial.md
[8]: https://github.com/kernelkit/infix/blob/main/doc/networking.md
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ remote_theme: bdhu/minimalist
plugins:
- jekyll-remote-theme

title: Infix by KernelKit
description: Welcome to Infix, a Network Operating System
title: KernelKit
description: Infix, a Network Operating System
logo: /assets/img/logo.png
favicon: true
show_downloads: false
Expand Down
13 changes: 10 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,23 @@ h1, h2, h3, h4, h5, h6 {
margin: 30px 0 10px;
}

header h1 {
display: none;
}

.wrapper {
width: 1280px;
/*width: 1280px;*/
width: 1024px;
}

section {
width: 896px;
/* width: 896px;*/
width: 768px;
}

.sidebar {
width: 364px;
/* width: 364px;*/
width: 243px;
}

.sidebar-footer {
Expand Down

0 comments on commit e824790

Please sign in to comment.