docs: Improve description meta tag for SEO

This commit is contained in:
Matan Kushner 2020-02-02 19:51:45 -05:00
parent 0ff4736729
commit b61034f3fe
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
11 changed files with 50 additions and 43 deletions

View File

@ -29,7 +29,6 @@ module.exports = {
// prettier-ignore
head: [
["link", { rel: "icon", href: "/icon.png" }],
["meta", { name: "description", content: "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." }],
["meta", { property: "og:title", content: "Starship: Cross-Shell Prompt" }],
["meta", { property: "og:description", content: "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."}],
["meta", { property: "og:type", content: "website" }],
@ -117,12 +116,12 @@ module.exports = {
nav: [{ text: "Настройка", link: "/ru-RU/config/" }],
// Custom sidebar values
sidebar: [
"/",
["/guide/", "Руководство"],
["/config/", "Настройка"],
["/advanced-config/", "Расширенная Настройка"],
["/faq/", "Часто Задаваемые Вопросы"],
["/presets/", "Предустановки"]
"/ru-RU/",
["/ru-RU/guide/", "Руководство"],
["/ru-RU/config/", "Настройка"],
["/ru-RU/advanced-config/", "Расширенная Настройка"],
["/ru-RU/faq/", "Часто Задаваемые Вопросы"],
["/ru-RU/presets/", "Предустановки"]
]
},
"/de-DE/": {
@ -136,12 +135,12 @@ module.exports = {
nav: [{ text: "Konfiguration", link: "/config/" }],
// Custom sidebar values
sidebar: [
"/",
["/guide/", "Anleitung"],
["/config/", "Konfiguration"],
["/advanced-config/", "Erweiterte Konfiguration"],
["/faq/", "Häufig gestellte Fragen"],
["/presets/", "Konfigurations-Beispiele"]
"/de-DE/",
["/de-DE/guide/", "Anleitung"],
["/de-DE/config/", "Konfiguration"],
["/de-DE/advanced-config/", "Erweiterte Konfiguration"],
["/de-DE/faq/", "Häufig gestellte Fragen"],
["/de-DE/presets/", "Konfigurations-Beispiele"]
]
}
}

View File

@ -11,9 +11,6 @@
margin: 50px 0
border-radius: 6px
#main-title
display: none
.hero
margin: 150px 25px 70px

View File

@ -1,25 +1,22 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: Get Started →
actionLink: /guide/
actionLink: ./guide/
features:
- title: Compatibility First
details: Works on the most common shells on the most common operating systems. Use it everywhere!
- title: Rust-Powered
details: Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible.
- title: Customizable
details: Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be.
footer: ISC Licensed | Copyright © 2019-present Starship Contributors
---
<div class="features">
<div class="feature">
<h2>Compatibility First</h2>
<p>Works on the most common shells on the most common operating systems. Use it everywhere!</p>
</div>
<div class="feature">
<h2>Rust-Powered</h2>
<p>Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible.</p>
</div>
<div class="feature">
<h2>Customizable</h2>
<p>Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be.</p>
</div>
</div>
# Used for the description meta tag, for SEO
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">
<video class="demo-video" muted autoplay loop playsinline>
@ -48,7 +45,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
brew install starship
```
With [Scoop](https://scoop.sh):
With [Scoop](https://scoop.sh):
```powershell
scoop install starship

View File

@ -1,8 +1,10 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: Loslegen →
actionLink: /de-DE/guide/
actionLink: ./guide/
footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende
---

View File

@ -1,8 +1,10 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: Empezar →
actionLink: /guide/
actionLink: ./guide/
footer: Bajo una licencia ISC | Derechos de autor © 2019-presente Colaboradores de Starship
---

View File

@ -1,8 +1,10 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: Commencez →
actionLink: /guide/
actionLink: ./guide/
footer: ISC licencié | Copyright © 2019-present Starship Contributors
---

View File

@ -1,8 +1,10 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: Get Started →
actionLink: /ja-JP/guide/
actionLink: ./guide/
footer: ISC Licensed | Copyright © 2019-present Starship Contributors
---

View File

@ -4,9 +4,9 @@
"build": "vuepress build"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"vuepress": "^1.2.0",
"vuepress-theme-default-prefers-color-scheme": "^1.0.3",
"@vuepress/plugin-google-analytics": "^1.3.0",
"vuepress": "^1.3.0",
"vuepress-theme-default-prefers-color-scheme": "^1.0.5",
"vuepress-plugin-sitemap": "^2.3.1"
}
}

View File

@ -1,8 +1,10 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: Начало работы →
actionLink: /ru-RU/guide/
actionLink: ./guide/
footer: Под лицензией ISC | Авторское право © 2019-настоящее Starship Contributors
---

View File

@ -1,8 +1,10 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: 入门 →
actionLink: /guide/
actionLink: ./guide/
footer: ISC Licensed | Copyright © 2019-present Starship Contributors
---

View File

@ -1,8 +1,10 @@
---
home: true
heroImage: /logo.svg
heroText: null
tagline: The cross-shell prompt for astronauts
actionText: Get Started →
actionLink: /zh-TW/guide/
actionLink: ./guide/
footer: ISC Licensed | Copyright © 2019-present Starship Contributors
---