From ba3172ba6c457bac5d07e4868cf7759dfdf2ca86 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 16 May 2023 05:49:20 -0700 Subject: [PATCH] revert to old title/desc --- README.md | 2 +- _config.yml | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 3f39b82cc..ee3c1e2c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# aider is GPT-4 powered coding in your terminal +# aider `aider` is a command-line chat tool that allows you to code with GPT-4 in the terminal. Ask GPT for features, improvements, or bug fixes and `aider` will apply the suggested changes to your source files. diff --git a/_config.yml b/_config.yml index ce0667b52..277f1f2c5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,13 +1 @@ theme: jekyll-theme-cayman - -defaults: - - scope: - path: "README.md" - type: "pages" - values: - description: "aider" - - scope: - path: "examples" - type: "pages" - values: - description: "aider is GPT-4 powered coding in your terminal"