diff --git a/website/config.toml b/website/config.toml index 0e3df499ee..0189cfb500 100644 --- a/website/config.toml +++ b/website/config.toml @@ -95,7 +95,7 @@ copyright = "Sidero Labs, Inc." # privacy_policy = "https://policies.google.com/privacy" # First one is picked as the Twitter card image if not set on page. -# images = ["images/project-illustration.png"] +images = ["/images/talos-dev-banner.png"] # Menu title if your navbar has a versions selector to access old versions of your site. # This menu appears only if you have at least one [params.versions] set. diff --git a/website/content/_index.html b/website/content/_index.html index 13987e9a79..3d6fab81cd 100644 --- a/website/content/_index.html +++ b/website/content/_index.html @@ -1,22 +1,24 @@ +++ title = "Talos Linux" +images = ["images/talos-dev-banner.png"] +++ - - - - - + + + + + -{{< blocks/cover title="Talos Linux" image_anchor="top" color="orange" >}} +{{< blocks/cover title="Talos Linux" image_anchor="top" color="orange">}}
- +
-
+

The Kubernetes Operating System

- {{< /blocks/cover >}} + {{< /blocks/cover>}}
@@ -24,7 +26,8 @@

The Kubernetes Operating System

What is Talos Linux?

- Talos Linux is Linux designed for Kubernetes – secure, immutable, and minimal. + Talos Linux is Linux designed for Kubernetes – secure, immutable, and + minimal.

  • @@ -34,16 +37,16 @@

    What is Talos Linux?

    All system management is done via an API. No SSH, shell or console
  • - Production ready: supports some of the largest Kubernetes clusters in the world -
  • -
  • - Open source project from the team at Sidero Labs + Production ready: supports some of the largest Kubernetes clusters + in the world
  • +
  • Open source project from the team at Sidero Labs

- It only takes 3 minutes to launch a Talos cluster on your laptop inside Docker. + It only takes 3 minutes to launch a Talos cluster on your laptop + inside Docker.

@@ -81,8 +84,8 @@

Predictability

Evolvability

- Talos simplifies your architecture, increases your agility, and - always delivers current stable Kubernetes and Linux versions. + Talos simplifies your architecture, increases your agility, and always + delivers current stable Kubernetes and Linux versions.

@@ -106,17 +109,13 @@

Minimal

Hardened

-

- Hardened by design: -

+

Hardened by design:

  • Built with the Kernel Self Protection Project configuration recommendations.
  • -
  • - All access to the API is secured with Mutual TLS. -
  • +
  • All access to the API is secured with Mutual TLS.
  • Settings and configuration described in the CIS guidelines are applied by default. @@ -127,7 +126,7 @@

    Hardened

    Immutable

    Talos improves security further by mounting the root filesystem as - read-only and removing host-level access tools such as a shell and SSH. + read-only and removing any host-level such as a shell and SSH.

@@ -151,15 +150,20 @@

Current

- Certified Kubernetes + Certified Kubernetes
- Certified Kubernetes -

We are a Cloud Native Computing Foundation - member.

+ Certified Kubernetes +

+ We are a + + Cloud Native Computing Foundation + + member. +

-
+ \ No newline at end of file diff --git a/website/content/v1.7/_index.md b/website/content/v1.7/_index.md index 59be1bffa7..630c20c8eb 100644 --- a/website/content/v1.7/_index.md +++ b/website/content/v1.7/_index.md @@ -2,6 +2,7 @@ title: Welcome no_list: true linkTitle: "Documentation" +images: ["images/talos-dev-banner.png"] cascade: type: docs lastRelease: v1.7.0 diff --git a/website/content/v1.8/_index.md b/website/content/v1.8/_index.md index 00b5a6626f..882b443713 100644 --- a/website/content/v1.8/_index.md +++ b/website/content/v1.8/_index.md @@ -2,6 +2,7 @@ title: Welcome no_list: true linkTitle: "Documentation" +images: ["images/talos-dev-banner.png"] cascade: type: docs lastRelease: v1.8.0-alpha.0 diff --git a/website/static/images/talos-dev-banner.png b/website/static/images/talos-dev-banner.png new file mode 100644 index 0000000000..461724b906 Binary files /dev/null and b/website/static/images/talos-dev-banner.png differ