diff --git a/_posts/2024-02-11-hello-world.md b/_posts/2024-02-11-hello-world.md new file mode 100644 index 000000000..1f4966bf7 --- /dev/null +++ b/_posts/2024-02-11-hello-world.md @@ -0,0 +1,8 @@ +--- +layout: post +title: "Welcome to the aider blog" +--- + +# Welcome + +**Hello world**, this is my first Aider blog post. diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 000000000..9c35f0ea2 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,18 @@ +--- +layout: default +--- + +
+ {% for post in site.posts %} +
+ +

{{ post.title }}

+ +
+ {{ post.excerpt }} +
+ + Read More +
+ {% endfor %} +