gabrielgio.me @ e98b7661622035d71e921c03c730183b03251547

feat: Add new project

Add description for hub watcher project.
 1diff --git a/content/projects/_index.md b/content/projects/_index.md
 2index a25ab15a9f2386dc1773832b554c4a80267e806c..933581dd64459348d89c37eab9f8e221495ccbda 100644
 3--- a/content/projects/_index.md
 4+++ b/content/projects/_index.md
 5@@ -8,6 +8,17 @@
 6 
 7 Just a list of some projects I have done and find useful on my day-to-day life.
 8 
 9+-   [Hub Watcher](https://gabrielgio.gitlab.io/hub-watcher/) 
10+    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/hub-watcher)
11+    
12+    A small project to monitor changes in docker image from [docker
13+    hub](https://hub.docker.com/). By default every 5 minutes it will fetch the
14+    digest of image and compare with the previous returted digest, if they are
15+    different it will make a post request to a given url. 
16+    
17+    I created it so I can automatically trigger my gitlab pipeline to build my
18+    custom nextcloud image everytime Nextcloud GmbH updates their image.
19+    
20 -   [Reddit to Nextcloud
21     importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)
22     [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)