1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00

docs: Replace project tagline

This commit is contained in:
Matan Kushner 2020-02-12 21:46:00 -05:00
parent b8313f81ed
commit 40bbd5d3cb
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
5 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@ license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"] keywords = ["prompt", "shell", "bash", "fish", "zsh"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
description = """ description = """
The cross-shell prompt for astronauts. 🌌 The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌
""" """
exclude = ["docs/**/*", "media/**/*"] exclude = ["docs/**/*", "media/**/*"]

View File

@ -3,32 +3,32 @@ module.exports = {
"/": { "/": {
lang: "en-US", lang: "en-US",
title: "Starship", title: "Starship",
description: "The cross-shell prompt for astronauts" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/de-DE/": { "/de-DE/": {
lang: "de-DE", lang: "de-DE",
title: "Starship", title: "Starship",
description: "The cross-shell prompt for astronauts" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/ru-RU/": { "/ru-RU/": {
lang: "ru-RU", lang: "ru-RU",
title: "Starship", title: "Starship",
description: "The cross-shell prompt for astronauts" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/ja-JP/": { "/ja-JP/": {
lang: "ja-JP", lang: "ja-JP",
title: "Starship", title: "Starship",
description: "The cross-shell prompt for astronauts" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/zh-CN/": { "/zh-CN/": {
lang: "zh-CN", lang: "zh-CN",
title: "Starship", title: "Starship",
description: "The cross-shell prompt for astronauts" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}, },
"/zh-TW/": { "/zh-TW/": {
lang: "zh-TW", lang: "zh-TW",
title: "Starship", title: "Starship",
description: "The cross-shell prompt for astronauts" description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
} }
}, },
// prettier-ignore // prettier-ignore

View File

@ -2,7 +2,7 @@
home: true home: true
heroImage: /logo.svg heroImage: /logo.svg
heroText: null heroText: null
tagline: The cross-shell prompt for astronauts tagline: The minimal, blazing-fast, and infinitely customizable prompt for any shell!
actionText: Get Started → actionText: Get Started →
actionLink: ./guide/ actionLink: ./guide/
features: features:
@ -16,7 +16,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
# Used for the description meta tag, for SEO # Used for the description meta tag, for SEO
metaTitle: "Starship: Cross-Shell Prompt" 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, and Powershell. 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, and PowerShell.
--- ---
<div class="center"> <div class="center">

View File

@ -1,7 +1,7 @@
name: starship name: starship
base: core18 base: core18
adopt-info: starship adopt-info: starship
summary: The cross-shell prompt for astronauts summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell!
description: | description: |
Starship is the minimal, blazing fast, and extremely customizable prompt Starship is the minimal, blazing fast, and extremely customizable prompt
for any shell! The prompt shows information you need while you're working, for any shell! The prompt shows information you need while you're working,

View File

@ -11,7 +11,7 @@ license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"] keywords = ["prompt", "shell", "bash", "fish", "zsh"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
description = """ description = """
The cross-shell prompt for astronauts. 🌌 The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌
""" """
exclude = ["docs/**/*"] exclude = ["docs/**/*"]