diff --git a/README.md b/README.md index 962f84a..d94f6e4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/_config.yml b/_config.yml index 1337e23..8830f8f 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/assets/css/style.scss b/assets/css/style.scss index cd739f3..bf3d42b 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -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 {