From 3fb698cdca47ba74af3c4fede23bf1c7477b97b5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 11 Feb 2024 06:07:29 -0800 Subject: [PATCH] added blog --- _posts/2024-02-11-hello-world.md | 8 ++++++++ blog/index.html | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 _posts/2024-02-11-hello-world.md create mode 100644 blog/index.html 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 %} + + {% endfor %} +