aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-04-19 19:23:18 +0200
committergabrielgio <gabriel.giovanini@pm.me>2022-04-19 19:23:18 +0200
commitacf5f44cba664debef95e1275dd26c5679e6e357 (patch)
treea0aa13430407130f051f8cfd2e47881aaa83f8af
parent4f75d3996ca3f455150c790e26ebd334d67b24f7 (diff)
downloadgabrielgio.me-acf5f44cba664debef95e1275dd26c5679e6e357.tar.gz
gabrielgio.me-acf5f44cba664debef95e1275dd26c5679e6e357.tar.bz2
gabrielgio.me-acf5f44cba664debef95e1275dd26c5679e6e357.zip
fix: Move from icon to text
It was using FA, now it is text.
-rw-r--r--content/projects/_index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index efede88..3195403 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -9,7 +9,7 @@ draft = false
Just a list of some projects I have done and find useful on my day-to-day life.
- [Hub Watcher](https://hub-watcher.gabrielgio.me/)
- [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/hub-watcher)
+ [[gitlab](https://gitlab.com/gabrielgio/hub-watcher)]
A small project to monitor changes in a docker image from [docker
hub](https://hub.docker.com/). By default every 5 minutes it will fetch the
@@ -21,7 +21,7 @@ Just a list of some projects I have done and find useful on my day-to-day life.
- [Reddit to Nextcloud
importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)
- [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)
+ [[github](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)]
A small project that monitors user\'s saved posts on reddit, downloads its
media and uploads to a nextcloud instance.
@@ -34,7 +34,7 @@ Just a list of some projects I have done and find useful on my day-to-day life.
- [Filter for Nerdcast
(pt-BR)](https://gabrielgio.gitlab.io/jn_filter/)
- [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/jn_filter)
+ [[gitlab](https://gitlab.com/gabrielgio/jn_filter)]
Just a small podcast filter to remove and/or split a feed from
[Nerdcast](https://www.jovemnerd.com.br/nerdcast/) into different segments.
@@ -43,7 +43,7 @@ Just a list of some projects I have done and find useful on my day-to-day life.
podcast client.
- [Password generator](https://genpass.gabrielgio.me/)
- [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/genpass)
+ [[gitlab](https://gitlab.com/gabrielgio/genpass)]
It started with me having fun with clojure script ([last
commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).