diff --git a/README.md b/README.md
index 84c30108914a7f37dba44ab2d617acfe167cc267..fec77b5c29fe933f4f8dbadccbce157bd24033d9 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,11 @@
-[gabrielgio.me](gabrielgio.me)
+# My personal blog
+
+[gabrielgio.me](https://gabrielgio.me)
+
+
+To run you just need to:
+
+``` shell
+hugo server
+```
+
diff --git a/content/posts/2019-03-03-welcome-to-my-blog.org b/content/posts/2019-03-03-welcome-to-my-blog.org
index fe02c4b064a415f19b89f667049be75f782a147c..889131d205f98d0991607ad6e2e19bc4f3570d79 100644
--- a/content/posts/2019-03-03-welcome-to-my-blog.org
+++ b/content/posts/2019-03-03-welcome-to-my-blog.org
@@ -1,13 +1,12 @@
---
title: "Welcome to my blog"
-author: ["Kaushal Modi"]
date: 2019-03-03
lastmod: 2020-07-12
---
-On this blog, I'll be posting some personal projects that I'm working or just
-logging stuff that I don't want to forget, hopefully I will keep this updated.
+On this blog, I'll be posting some personal projects that I'm working on or just
+logging stuff that I don't want to forget.
-/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 [[https://gitlab.com/gabrielgio/homestation/-/issuess][issue]], or even have something to
-add, open a [[phttps://gitlab.com/gabrielgio/homestation/-/merge_requests][MR]]
+/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 [[https://gitlab.com/gabrielgio/homestation/-/issuess][issue]], or if you have something to
+add open a [[phttps://gitlab.com/gabrielgio/homestation/-/merge_requests][MR]]
diff --git a/content/projects/_index.md b/content/projects/_index.md
index ace65cc33b1334391a0d4cc7fbe2298eac6f7588..a25ab15a9f2386dc1773832b554c4a80267e806c 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -39,5 +39,5 @@ commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).
Now I have been using it as a playground to play a bit with rust/wasm and it
is a quite interesting comparacion to make. The cljs implementation could
not handle more than 1k chars, while the wasm can easly handle >100k. Is it
- useful for a password generator? Probabally not, but if it your use case now
- I got you covered.
+ useful for a password generator? Probabally not, but if it is your use case
+ now I got you covered.
diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html
index 15bb8cc21c6077d89ed4dc9b3fb089019a7b9fe2..a5b6bcc47ccd8d37ae4e97e2775b043bdd6b8d91 100644
--- a/themes/flamingo/layouts/partials/footer.html
+++ b/themes/flamingo/layouts/partials/footer.html
@@ -8,6 +8,13 @@ <li><a href="/privacy/">privacy</a></li>
<li><a
class="brand-icon"
target="_blank"
+ href="https://gitlab.com/gabrielgio/gabrielgio">
+ <i class="fab fa-gitlab" aria-hidden="true"></i>
+ </a>
+ </li>
+ <li><a
+ class="brand-icon"
+ target="_blank"
href="/index.xml">
<i class="fa fa-rss" aria-hidden="true"></i>
</a>