change title

This commit is contained in:
Aditya 2023-02-13 10:47:26 +05:30
parent 91d82da711
commit b82c1602ff

View file

@ -1,7 +1,7 @@
baseURL = "https://chronicles.divineduty.xyz/" baseURL = "https://blog.adityakumar.xyz/"
languageCode = "en" languageCode = "en"
defaultContentLanguage = "en" # en / zh-cn / ... (This field determines which i18n file to use) defaultContentLanguage = "en" # en / zh-cn / ... (This field determines which i18n file to use)
title = "The Divine Chronicles" title = "Aditya's blog"
preserveTaxonomyNames = true preserveTaxonomyNames = true
enableRobotsTXT = true enableRobotsTXT = true
enableEmoji = true enableEmoji = true
@ -56,10 +56,10 @@ copyright = "" # default: author.name ↓ # 默认为下面配
since = "2022" # Site creation time # 站点建立时间 since = "2022" # Site creation time # 站点建立时间
# use public git repo url to link lastmod git commit, enableGitInfo should be true. # use public git repo url to link lastmod git commit, enableGitInfo should be true.
# 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true. # 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true.
gitRepo = "https://banyan.divineduty.xyz/GNUxeava/divine-chronicles" gitRepo = "https://gitea.adityakumar.xyz/aditya/blog"
# site info (optional) # 站点信息(可选,不需要的可以直接注释掉) # site info (optional) # 站点信息(可选,不需要的可以直接注释掉)
logoTitle = "The Divine Chronicles" # default: the title value # 默认值: 上面设置的title值 logoTitle = "Aditya's blog" # default: the title value # 默认值: 上面设置的title值
keywords = ["blog", "hugo"] keywords = ["blog", "hugo"]
description = "Home of my blog posts." description = "Home of my blog posts."