From defa8717e477d0f5e3884dfe425978f9d91fe864 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 16 May 2023 05:44:52 -0700 Subject: [PATCH] wip: Updated project description and fixed config file paths and descriptions. --- README.md | 2 +- _config.yml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ee3c1e2c9..3f39b82cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# aider +# aider is GPT-4 powered coding in your terminal `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 fb54a8932..ce0667b52 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,13 @@ theme: jekyll-theme-cayman defaults: - - scope: - path: "examples" - type: "pages" - values: - description: "examples desc" - scope: path: "README.md" type: "pages" values: - description: "home desc" - + description: "aider" + - scope: + path: "examples" + type: "pages" + values: + description: "aider is GPT-4 powered coding in your terminal"