From d18e1b59ef28eba67202bf8489a85141e5f092e9 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 15 Apr 2023 22:38:23 +0100 Subject: Make the homepage prettier (#880) --- docs/src/pages/index.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/src/pages') diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 0727c7d0..f96879dd 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -31,6 +31,7 @@ function HomepageHeader() { export default function Home() { const { siteConfig } = useDocusaurusContext(); + return ( @@ -39,6 +40,23 @@ export default function Home() {

What is Atuin?

+
+ +
+

Atuin is a command-line tool that enables you to make better use of your shell, by giving ctrl-r superpowers.

+

Every line you write is stored - ready to be queried and ran again at any point, from any machine you wish. Never forget again!

+

Sync your history between all of your machines, and search it from anywhere

+
+
+ +
+
+

Generate statistics from your shell history, such as this activity graph

+
+
+ +
+
-- cgit v1.3.1