mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
Added RSS feed functionality and link to the website.
This commit is contained in:
parent
fb26174357
commit
b03d739065
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ url: "https://aider.chat"
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
- jekyll-feed
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
|
@ -19,6 +20,7 @@ exclude:
|
||||||
- "**/OLD/**"
|
- "**/OLD/**"
|
||||||
- "OLD/**"
|
- "OLD/**"
|
||||||
- vendor
|
- vendor
|
||||||
|
- feed.xml
|
||||||
|
|
||||||
aux_links:
|
aux_links:
|
||||||
"GitHub":
|
"GitHub":
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<meta property="og:image" content="{{ site.url }}/assets/aider.jpg">
|
<meta property="og:image" content="{{ site.url }}/assets/aider.jpg">
|
||||||
<meta property="twitter:image" content="{{ site.url }}/assets/aider-square.jpg">
|
<meta property="twitter:image" content="{{ site.url }}/assets/aider-square.jpg">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
|
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue