--- /dev/null
+---
+title: "Git Repos"
+date: 2020-09-06T21:41:42Z
+draft: false
+tags: [blog,code,git,repos]
+---
+
+I've changed a bit my stuff online lately.
+
+This blog it's one of the changes, It uses [Hugo](https://gohugo.io/) to generate a static site from markdown pages using the nice [kiss](https://github.com/ribice/kiss) theme.
+
+You can find the source code for it [here](https://git.scompo.it/?p=blog.scompo.it.git;a=summary)
+
+The other is the code repository, I used a [gitea](https://gitea.io/en-us/) instance, I've changed now my personal repo to be https://git.scompo.it.
+
+There you can find an instance of [git-web](https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb).
+
+Both https://git.scompo.it and https://blog.scompo.it use TLS certificates from [Let's Encrypt](https://letsencrypt.org/) served by [Nginx](https://www.nginx.com/).
+
+The TLS configuration wasn't too difficult to setup, the documentation was pretty good and [certbot](https://certbot.eff.org/) with the `--nginx` did most of the annoying stuff for me.
+