From: Mauro Scomparin Date: Sun, 6 Sep 2020 22:31:40 +0000 (+0000) Subject: Added new blog post. X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=b45e656c4c4de13ab3b5bd4461df3c45f329a9e9;p=blog.scompo.it.git Added new blog post. --- diff --git a/content/posts/git-repos.md b/content/posts/git-repos.md new file mode 100644 index 0000000..1060934 --- /dev/null +++ b/content/posts/git-repos.md @@ -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. +