Add "Open sourcing my blog" blog post

This commit is contained in:
Aloïs Micard 2021-03-01 13:46:55 +01:00
parent fd744b0385
commit 56e1c24fdb

View file

@ -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!