mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
updated pages.yml
This commit is contained in:
parent
69d6993871
commit
4afc0be2e2
3 changed files with 10 additions and 1 deletions
7
website/Gemfile
Normal file
7
website/Gemfile
Normal 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
34
website/_config.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue