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!