ref: Move to https to avoid redirections The server is set up to redirect from http to https call causing some links jumps to be redirected.
1diff --git a/config.toml b/config.toml 2index fe8877a38b0b737a3a590b6d11fb08643c478943..bf38398cf8a64339db5355752b329c005e5b4395 100644 3--- a/config.toml 4+++ b/config.toml 5@@ -1,4 +1,4 @@ 6-baseURL = "http://gabrielgio.me/" 7+baseURL = "https://gabrielgio.me/" 8 languageCode = "en-us" 9 title = "Yet Another Blog" 10 theme = "flamingo"