From b82c1602ff49dab296e6ca02de5259735f7099c6 Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 13 Feb 2023 10:47:26 +0530 Subject: [PATCH] change title --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 068adc2..177b87b 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ -baseURL = "https://chronicles.divineduty.xyz/" +baseURL = "https://blog.adityakumar.xyz/" languageCode = "en" defaultContentLanguage = "en" # en / zh-cn / ... (This field determines which i18n file to use) -title = "The Divine Chronicles" +title = "Aditya's blog" preserveTaxonomyNames = true enableRobotsTXT = true enableEmoji = true @@ -56,10 +56,10 @@ copyright = "" # default: author.name ↓ # 默认为下面配 since = "2022" # Site creation time # 站点建立时间 # use public git repo url to link lastmod git commit, enableGitInfo should be true. # 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true. - gitRepo = "https://banyan.divineduty.xyz/GNUxeava/divine-chronicles" + gitRepo = "https://gitea.adityakumar.xyz/aditya/blog" # site info (optional) # 站点信息(可选,不需要的可以直接注释掉) - logoTitle = "The Divine Chronicles" # default: the title value # 默认值: 上面设置的title值 + logoTitle = "Aditya's blog" # default: the title value # 默认值: 上面设置的title值 keywords = ["blog", "hugo"] description = "Home of my blog posts."