diff --git a/config.toml b/config.toml
index 62c783d29f667bd0f99e16fc78a6e46fe0df0a2b..3980f38921e39fcc6578cdee915605f42d15a2ac 100644
--- a/config.toml
+++ b/config.toml
@@ -7,3 +7,9 @@
[author]
name = "Gabriel Giovanini"
email = "gabriel.giovanini@pm.me"
+
+[markup]
+ defaultMarkdownHandler = "goldmark"
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000000000000000000000000000000000000..3229dd98d9f078df784e5d73fc4099809794c98b
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,37 @@
++++
+title = "Projects"
+author = ["gabrielgio"]
+layout = "single"
+draft = false
++++
+
+
+Just a list of some projects I finished.
+
+- [Reddit to Nextcloud
+ importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)
+ [<i class="fab fa-gitlab"></i>](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.
+
+ It combines 3 projects: [praw](https://github.com/praw-dev/praw) to read and
+ motitor user's saved feed, [gallery-dl](https://github.com/mikf/gallery-dl)
+ to download media from several sources, and
+ [nextcloud-api-wrapper](https://github.com/luffah/nextcloud-API) to manage
+ folder and upload files to nexcloud instance.
+
+- [Filter for Nerdcast
+ (pt-BR)](https://gabrielgio.gitlab.io/jn_filter/)
+ [<i class="fab fa-gitlab"></i>](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.
+ The current feed its quite clustered with many programs/segments and this
+ project just helps to clean up so only the segment you want shows up on you
+ podcast client.
+
+- [Password generator](https://genpass.gabrielgio.me/)
+ [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/genpass)
+
+ That is just me having fun with clojure script.
diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html
index ccec626ba5d2f2dac06a724caa6e202ef59f5115..7bbf0d5e659d64700ebb2e5ac09e610f1a5d2eb9 100644
--- a/themes/flamingo/layouts/_default/baseof.html
+++ b/themes/flamingo/layouts/_default/baseof.html
@@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="stylesheet" type="text/css" href="css/all.css" />
+ <link rel="stylesheet" type="text/css" href="/css/all.css" />
{{ with .Site.Params.favicon }}<link rel="icon" type="image/png" href="{{ . }}" />{{ end }}
diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html
index a060f18435b5e48de78f4bfa6240e7ea71b76ad5..2ea00f386a7a8fc27a074ec9df767d3c285ca4b0 100644
--- a/themes/flamingo/layouts/partials/header.html
+++ b/themes/flamingo/layouts/partials/header.html
@@ -9,6 +9,7 @@ <nav>
<ul>
<li><a class="{{ cond (eq .Title "Posts") "active-link" ""}}" href="/posts/">posts</a></li>
<li><a class="{{ cond (eq .Title "Logs") "active-link" ""}}" href="/logs/">logs</a></li>
+ <li><a class="{{ cond (eq .Title "Projects") "active-link" ""}}" href="/projects/">projects</a></li>
<li><a
href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false"
target="_blank">