updated pages.yml

This commit is contained in:
Paul Gauthier 2024-06-05 14:53:06 -07:00
parent 69d6993871
commit 4afc0be2e2
3 changed files with 10 additions and 1 deletions

7
website/Gemfile Normal file
View file

@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem 'jekyll'
gem "just-the-docs", "0.8.2"
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem "webrick"
gem 'github-pages', group: :jekyll_plugins

34
website/_config.yml Normal file
View file

@ -0,0 +1,34 @@
theme: just-the-docs
url: "https://aider.chat"
source: website
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/**"
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"