aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-11 23:04:02 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-11 23:04:02 +0200
commita42f79ec30d915b45793d7d3c6964845bd5f4946 (patch)
tree8e3240d87eb4e6b4c62cad3ca7351e84f186de55 /config.toml
parent0cae0bd94693d166a060af4652a2d8b95c335494 (diff)
downloadgabrielgio.me-a42f79ec30d915b45793d7d3c6964845bd5f4946.tar.gz
gabrielgio.me-a42f79ec30d915b45793d7d3c6964845bd5f4946.tar.bz2
gabrielgio.me-a42f79ec30d915b45793d7d3c6964845bd5f4946.zip
Fix base url hostname
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 7a1b967..114a687 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseURL = "http://gabrielgio.com/"
+baseURL = "https://gabrielgio.me/"
languageCode = "en-us"
title = "Yet Another blog"
theme = "flamingo"