wip: Updated project description and fixed config file paths and descriptions.

This commit is contained in:
Paul Gauthier 2023-05-16 05:44:52 -07:00
parent 9471024dd0
commit defa8717e4
2 changed files with 7 additions and 8 deletions

View file

@ -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.

View file

@ -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"