From cd27e005a7d54174fe45830a71a6d45534ee6220 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sat, 27 Jul 2024 12:56:36 +0200 Subject: [PATCH] feat: moved to .dev tld Signed-off-by: Louis Vallat --- README.md | 2 +- config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 658599e..f393561 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog -> This is the source code from [this live website](https://blog.louis-vallat.fr). +> This is the source code from [this live website](https://blog.louis-vallat.dev). Build it using [Zola](https://www.getzola.org): diff --git a/config.toml b/config.toml index 8d923c7..26d6e67 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://blog.louis-vallat.fr" +base_url = "https://blog.louis-vallat.dev" title = "Le blog de Louis" description = "Le blog très simple d'un développeur très compliqué." @@ -28,7 +28,7 @@ menu_items = [ {name = "blog", url = "$BASE_URL"}, {name = "tags", url = "$BASE_URL/tags"}, {name = "archive", url = "$BASE_URL/archive"}, - {name = "portfolio", url = "https://louis-vallat.fr"}, + {name = "portfolio", url = "https://louis-vallat.dev"}, {name = "gitlab", url = "https://gitlab.com/lovallat", newtab = true}, ]