diff --git a/README.md b/README.md index 1d542b3733..dba8efe5dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + + + # kpt kpt is a package-centric toolchain that enables a WYSIWYG configuration diff --git a/logo/KptLogoLarge.png b/logo/KptLogoLarge.png new file mode 100644 index 0000000000..01da12acac Binary files /dev/null and b/logo/KptLogoLarge.png differ diff --git a/logo/KptLogoSmall.png b/logo/KptLogoSmall.png new file mode 100644 index 0000000000..01918e4e7e Binary files /dev/null and b/logo/KptLogoSmall.png differ diff --git a/site/coverpage.md b/site/coverpage.md index f179ce0226..33753d50ab 100644 --- a/site/coverpage.md +++ b/site/coverpage.md @@ -1,6 +1,9 @@ -# ![kpt logo](/static/images/logo.svg) +# ![kpt logo](static/images/logo.png) -> A Git-native, schema-aware, extensible client-side tool for packaging, customizing, validating, -> and applying Kubernetes resources. +> kpt is a package-centric toolchain that +> enables a WYSIWYG configuration authoring, automation, and delivery experience, +> which simplifies managing Kubernetes platforms and KRM-driven infrastructure at scale +> by manipulating declarative Configuration as Data, +> separated from the code that transforms it. [Learn More](?id=overview) diff --git a/site/index.html b/site/index.html index 95fe67700f..8b569a10ab 100644 --- a/site/index.html +++ b/site/index.html @@ -26,7 +26,7 @@ href="https://cdn.jsdelivr.net/npm/asciinema-player@2.6.1/resources/public/css/asciinema-player.css" /> - +
diff --git a/site/static/css/site.css b/site/static/css/site.css index f46dd5d431..39d84c139f 100644 --- a/site/static/css/site.css +++ b/site/static/css/site.css @@ -5,8 +5,8 @@ --search-result-keyword-background: unset; --search-result-keyword-margin: unset; --search-result-keyword-font-weight: 800; - --theme-color: #06689f; - --sidebar-background: #06689f; + --theme-color: #3970e4; + --sidebar-background: #0f3074; --sidebar-nav-link-color: rgba(255, 255, 255, 0.75); --sidebar-nav-link-color--active: white; --sidebar-nav-link-font-weight--active: 600; diff --git a/site/static/images/KptLogoSmall.png b/site/static/images/KptLogoSmall.png new file mode 100644 index 0000000000..01918e4e7e Binary files /dev/null and b/site/static/images/KptLogoSmall.png differ diff --git a/site/static/images/logo.png b/site/static/images/logo.png new file mode 100644 index 0000000000..01da12acac Binary files /dev/null and b/site/static/images/logo.png differ diff --git a/site/static/images/logo.svg b/site/static/images/logo.svg index 919549aa3e..1b47f8fb0f 100644 --- a/site/static/images/logo.svg +++ b/site/static/images/logo.svg @@ -1,80 +1 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - + \ No newline at end of file diff --git a/site/static/js/config.js b/site/static/js/config.js index ddf4596529..5362f41df5 100644 --- a/site/static/js/config.js +++ b/site/static/js/config.js @@ -1,5 +1,5 @@ window.$docsify = { - name: `kpt`, + name: `kpt`, nameLink: window.location.origin, search: { maxAge: 43200000,