From 875213ce24af5a7423883e682398c747caae575c Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Tue, 7 May 2024 08:55:39 +0900 Subject: [PATCH] docs: add kawaii logo (#5965) --- docs/.vitepress/theme/index.css | 4 ++++ docs/README.md | 14 ++++++++++++++ docs/public/logo-uwu.png | Bin 0 -> 155211 bytes 3 files changed, 18 insertions(+) create mode 100644 docs/public/logo-uwu.png diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css index 0434a59e..293e702a 100644 --- a/docs/.vitepress/theme/index.css +++ b/docs/.vitepress/theme/index.css @@ -21,6 +21,10 @@ transform: none; } +.VPHero .image img.uwu { + max-height: 290px; +} + .VPHero .container .actions { justify-content: center !important; } diff --git a/docs/README.md b/docs/README.md index 2cf7a0c2..89164622 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,6 +22,20 @@ metaTitle: "Starship: Cross-Shell Prompt" description: Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, Tcsh, Elvish, Nu, Xonsh, Cmd, and PowerShell. --- + +