mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
aider: Add the redirect plugin to the _config.yml
.
# Aider chat conversation: USER: add the redirect plugin ASSISTANT: To add the Jekyll Redirect From plugin to your `_config.yml`, you need to add the plugin to the `plugins` list. Here's the diff for the change: ```diff --- _config.yml +++ _config.yml @@ ... @@ theme: jekyll-theme-cayman url: "https://aider.chat" +plugins: + - jekyll-redirect-from + defaults: - scope: path: "README.md" type: "pages" values: description: "A command-line chat tool for coding with GPT" ```
This commit is contained in:
parent
c8a732dde2
commit
a6f8d7ec6f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
theme: jekyll-theme-cayman
|
theme: jekyll-theme-cayman
|
||||||
url: "https://aider.chat"
|
url: "https://aider.chat"
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- jekyll-redirect-from
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: "README.md"
|
path: "README.md"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue