cog to update index.md

This commit is contained in:
Paul Gauthier 2024-06-05 19:47:08 -07:00
parent 6f9e0ce37f
commit 5ea4e506a6
3 changed files with 7 additions and 1 deletions

View file

@ -3,4 +3,5 @@
# exit when any command fails # exit when any command fails
set -e set -e
cog -r website/index.md
cog -r website/docs/usage.md cog -r website/docs/usage.md

View file

@ -192,4 +192,4 @@ uses YAML syntax and must represent a YAML 'mapping' (for details, see
http://learn.getgrav.org/advanced/yaml). In general, command-line values override environment http://learn.getgrav.org/advanced/yaml). In general, command-line values override environment
variables which override config file values which override defaults. variables which override config file values which override defaults.
``` ```
<!--[[[end]]]--> <!--[[[end]]]-->

View file

@ -3,6 +3,10 @@ title: Home
nav_order: 1 nav_order: 1
--- ---
<!--[[[cog
cog.out(open("README.md").read())
]]]-->
# Aider is AI pair programming in your terminal # Aider is AI pair programming in your terminal
Aider lets you pair program with LLMs, Aider lets you pair program with LLMs,
@ -103,3 +107,4 @@ Aider has the highest score on the challenging
- *I am an aider addict. I'm getting so much more work done, but in less time.* -- [dandandan](https://discord.com/channels/1131200896827654144/1131200896827654149/1135913253483069470) - *I am an aider addict. I'm getting so much more work done, but in less time.* -- [dandandan](https://discord.com/channels/1131200896827654144/1131200896827654149/1135913253483069470)
- *After wasting $100 on tokens trying to find something better, I'm back to Aider. It blows everything else out of the water hands down, there's no competition whatsoever.* -- [SystemSculpt](https://discord.com/channels/1131200896827654144/1131200896827654149/1178736602797846548) - *After wasting $100 on tokens trying to find something better, I'm back to Aider. It blows everything else out of the water hands down, there's no competition whatsoever.* -- [SystemSculpt](https://discord.com/channels/1131200896827654144/1131200896827654149/1178736602797846548)
- *Best agent for actual dev work in existing codebases.* -- [Nick Dobos](https://twitter.com/NickADobos/status/1690408967963652097?s=20) - *Best agent for actual dev work in existing codebases.* -- [Nick Dobos](https://twitter.com/NickADobos/status/1690408967963652097?s=20)
<!--[[[end]]]-->