aider/website/_config.yml
2024-06-05 15:08:53 -07:00

36 lines
648 B
YAML

theme: just-the-docs
url: "https://aider.chat"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
defaults:
- scope:
path: "README.md"
type: "pages"
values:
description: "aider is AI pair programming in your terminal"
exclude:
- "tmp*"
- "**/tmp*"
- OLD
- "**/OLD/**"
- vendor
aux_links:
"GitHub":
- "https://github.com/paul-gauthier/aider"
"Discord":
- "https://discord.gg/Tv2uQnR88V"
"Blog":
- "/blog"
nav_external_links:
- title: "GitHub"
url: "https://github.com/paul-gauthier/aider"
- title: "Discord"
url: "https://discord.gg/Tv2uQnR88V"
repository: paul-gauthier/aider