From 4eb59ebd02ef096b5a65614a34689ef3060da398 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Mon, 9 Sep 2024 22:19:19 +0300 Subject: [PATCH] change site name --- config.yml | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 4be1994..7be07d0 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,6 @@ baseURL: 'https://fzorb.xyz/' languageCode: 'en-us' -title: "FzOrb's blog" +title: "FzOrb's website" theme: 'zmin' menus: main: diff --git a/hugo.toml b/hugo.toml index 4c6ac48..e269a1d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = "https://fzorb.xyz/" languageCode = "en-us" -title = "FzOrb's blog" +title = "FzOrb's website" theme = "zmin" [[menus.main]]