Added new blog post.
authorMauro Scomparin <scompo@gmail.com>
Sun, 6 Sep 2020 22:31:40 +0000 (22:31 +0000)
committerMauro Scomparin <scompo@gmail.com>
Sun, 6 Sep 2020 22:31:40 +0000 (22:31 +0000)
content/posts/git-repos.md [new file with mode: 0644]

diff --git a/content/posts/git-repos.md b/content/posts/git-repos.md
new file mode 100644 (file)
index 0000000..1060934
--- /dev/null
@@ -0,0 +1,21 @@
+---
+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.
+