gabrielgio.me @ 43fcd5d0b29d8ba979f2864ea996aed330df6a5b

 1diff --git a/_posts/2019-02-27-welcome-to-jekyll.markdown b/_posts/2019-02-27-welcome-to-jekyll.markdown
 2deleted file mode 100644
 3index eff8d16f6d3e6114cc67e5359c947c7422dc8ba5..0000000000000000000000000000000000000000
 4--- a/_posts/2019-02-27-welcome-to-jekyll.markdown
 5+++ /dev/null
 6@@ -1,25 +0,0 @@
 7----
 8-layout: post
 9-title:  "Welcome to Jekyll!"
10-date:   2019-02-27 10:50:11 -0300
11-categories: jekyll update
12----
13-You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
14-
15-To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
16-
17-Jekyll also offers powerful support for code snippets:
18-
19-{% highlight ruby %}
20-def print_hi(name)
21-  puts "Hi, #{name}"
22-end
23-print_hi('Tom')
24-#=> prints 'Hi, Tom' to STDOUT.
25-{% endhighlight %}
26-
27-Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
28-
29-[jekyll-docs]: https://jekyllrb.com/docs/home
30-[jekyll-gh]:   https://github.com/jekyll/jekyll
31-[jekyll-talk]: https://talk.jekyllrb.com/
32diff --git a/_posts/2019-03-03-welcome-to-my-blog.markdown b/_posts/2019-03-03-welcome-to-my-blog.markdown
33new file mode 100644
34index 0000000000000000000000000000000000000000..b40f49fab8aab53fd328f02ed6b33c230871e3f5
35--- /dev/null
36+++ b/_posts/2019-03-03-welcome-to-my-blog.markdown
37@@ -0,0 +1,10 @@
38+---
39+layout: post
40+title:  "Welcome to my blog"
41+date:   2019-03-03 10:50:11 -0300
42+categories: jekyll update
43+---
44+On this blog, I'll be posting some personal projects that I'm working or some stuff that I find interesting to talk about, I hope be able to keep it interesting and produce something of value.
45+
46+> Disclaimer: english it's not my native language so if you find something that you don't understand I'd love you to open an [issue](https://github.com/gabrielgio/gabrielgio.github.io/issues), or even have something to add, open a [PR](https://github.com/gabrielgio/gabrielgio.github.io/pulls)
47+