aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 21:55:25 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 21:55:25 +0100
commit43dcac95a468e71b98a7fd782769984759f345ab (patch)
tree7fb94e7c77b7ce7d0f7d376ca1d8c2bddf304945
parent58244f4cf1537a5a51e886d0a4d3fe79ff37e7b8 (diff)
downloadgabrielgio.me-43dcac95a468e71b98a7fd782769984759f345ab.tar.gz
gabrielgio.me-43dcac95a468e71b98a7fd782769984759f345ab.tar.bz2
gabrielgio.me-43dcac95a468e71b98a7fd782769984759f345ab.zip
fix: Fix readme me link
Readme link was, for some reason, pointing to its own gitlab repo.
-rw-r--r--README.md12
-rw-r--r--content/posts/2019-03-03-welcome-to-my-blog.org11
-rw-r--r--content/projects/_index.md4
-rw-r--r--themes/flamingo/layouts/partials/footer.html7
4 files changed, 25 insertions, 9 deletions
diff --git a/README.md b/README.md
index 84c3010..fec77b5 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 fe02c4b..889131d 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 ace65cc..a25ab15 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -39,5 +39,5 @@ Just a list of some projects I have done and find useful on my day-to-day life.
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 15bb8cc..a5b6bcc 100644
--- a/themes/flamingo/layouts/partials/footer.html
+++ b/themes/flamingo/layouts/partials/footer.html
@@ -8,6 +8,13 @@
<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>