From 56e1c24fdb8e2286634b97890fe838e4ef51a72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Mon, 1 Mar 2021 13:46:55 +0100 Subject: [PATCH] Add "Open sourcing my blog" blog post --- content/posts/open-sourcing-my-blog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/posts/open-sourcing-my-blog.md diff --git a/content/posts/open-sourcing-my-blog.md b/content/posts/open-sourcing-my-blog.md new file mode 100644 index 0000000..339677c --- /dev/null +++ b/content/posts/open-sourcing-my-blog.md @@ -0,0 +1,20 @@ +--- +title: "Open sourcing my blog" +author: "Aloïs Micard" +date: 2021-03-01 +description: "The source code of this blog is now available on Github!" +--- + +I have received a lot of positives feedback for my blog lately, +and I do really appreciate it and try to integrate the suggestions +to update my posts and make things better. + +With the aim of continous improvement of this blog, I have decided (a bit late?) to open source it. +The source code is now available on [Github](https://github.com/creekorful/blog)! + +Feel free to open a PR if you want to fix a typo or if you see a mistake in one examples +while reading an article. + +Don't hesitate, every little improvements matter. :D + +Happy hacking!