mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update site: update text (#5578)
* Update index.html: update moto * docs * Update index.html * docs * Update index.html * docs
This commit is contained in:
parent
3957367644
commit
01dc8858e6
1 changed files with 7 additions and 7 deletions
14
docs/_templates/index.html
vendored
14
docs/_templates/index.html
vendored
|
@ -6,23 +6,23 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
||||||
<!-- This is SEO section. Don't change if you don't know how it will affect Google and other search engines. -->
|
<!-- This is SEO section. Don't change if you don't know how it will affect Google and other search engines. -->
|
||||||
<title>The Xonsh Shell — Python-powered shell</title>
|
<title>The Xonsh Shell — Python-powered shell. Python shell. Python in the shell. Shell in Python. Shell and Python. Python and shell.</title>
|
||||||
<meta name="description" content="The xonsh shell is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.">
|
<meta name="description" content="The xonsh shell is a Python-powered shell. Full-featured and cross-platform.">
|
||||||
<meta name="keywords" content="xonsh, xonsh shell, python shell, terminal, console, bash alternative, zsh alternative, fish alternative, devops tools, hacking tools">
|
<meta name="keywords" content="xonsh, xonsh shell, python shell, terminal, console, bash alternative, zsh alternative, fish alternative, devops tools, hacking tools">
|
||||||
|
|
||||||
<meta name="twitter:image:src" content="https://xon.sh/_static/landing2/images/xonsh-landing-preview.png" />
|
<meta name="twitter:image:src" content="https://xon.sh/_static/landing2/images/xonsh-landing-preview.png" />
|
||||||
<meta name="twitter:site" content="https://xon.sh/" />
|
<meta name="twitter:site" content="https://xon.sh/" />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="The Xonsh Shell — Python-powered shell" />
|
<meta name="twitter:title" content="The Xonsh Shell — Python-powered shell" />
|
||||||
<meta name="twitter:description" content="The xonsh shell is a Python-powered, cross-platform, Unix-gazing shell language and command prompt." />
|
<meta name="twitter:description" content="The xonsh shell is a Python-powered shell. Full-featured and cross-platform." />
|
||||||
|
|
||||||
<meta property="og:image" content="https://xon.sh/_static/landing2/images/xonsh-landing-preview.png" />
|
<meta property="og:image" content="https://xon.sh/_static/landing2/images/xonsh-landing-preview.png" />
|
||||||
<meta property="og:image:alt" content="The xonsh shell is a Python-powered, cross-platform, Unix-gazing shell language and command prompt." />
|
<meta property="og:image:alt" content="The xonsh shell is a Python-powered shell. Full-featured and cross-platform." />
|
||||||
<meta property="og:site_name" content="The xonsh shell" />
|
<meta property="og:site_name" content="The xonsh shell" />
|
||||||
<meta property="og:type" content="object" />
|
<meta property="og:type" content="object" />
|
||||||
<meta property="og:title" content="The Xonsh Shell — Python-powered shell" />
|
<meta property="og:title" content="The Xonsh Shell — Python-powered shell." />
|
||||||
<meta property="og:url" content="https://xon.sh/" />
|
<meta property="og:url" content="https://xon.sh/" />
|
||||||
<meta property="og:description" content="The xonsh shell is a Python-powered, cross-platform, Unix-gazing shell language and command prompt." />
|
<meta property="og:description" content="The xonsh shell is a Python-powered shell. Full-featured and cross-platform." />
|
||||||
<!-- The end of SEO section. -->
|
<!-- The end of SEO section. -->
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/png" href="_static/landing2/images/conch_pixel-128.png">
|
<link rel="shortcut icon" type="image/png" href="_static/landing2/images/conch_pixel-128.png">
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
<div class="d-table-cell align-middle" >
|
<div class="d-table-cell align-middle" >
|
||||||
<h2 style="color:white;"><b>XONSH</b> is a Python-powered shell</h2>
|
<h2 style="color:white;"><b>XONSH</b> is a Python-powered shell</h2>
|
||||||
<br>
|
<br>
|
||||||
<p style="font-size: 20px; font-weight: 1;">Xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython.
|
<p style="font-size: 20px; font-weight: 1;">Xonsh is a modern, full-featured and cross-platform shell. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython.
|
||||||
It works on all major systems including Linux, OSX, and Windows. Xonsh is meant for the daily use of experts and novices.</p>
|
It works on all major systems including Linux, OSX, and Windows. Xonsh is meant for the daily use of experts and novices.</p>
|
||||||
<a href="#" data-scroll-nav="3"><i class="icofont-download"></i> Install</a>
|
<a href="#" data-scroll-nav="3"><i class="icofont-download"></i> Install</a>
|
||||||
<a href="https://xon.sh/contents.html" target="_blank"><i class="icofont-ui-note"></i> Docs</a>
|
<a href="https://xon.sh/contents.html" target="_blank"><i class="icofont-ui-note"></i> Docs</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue