diff options
| author | Aditya <bluenerd@protonmail.com> | 2023-02-13 10:47:26 +0530 | 
|---|---|---|
| committer | Aditya <bluenerd@protonmail.com> | 2023-02-13 10:47:26 +0530 | 
| commit | b82c1602ff49dab296e6ca02de5259735f7099c6 (patch) | |
| tree | c6e486ecc9e6cc89c4b32c65a208465a8aaa37de | |
| parent | 91d82da71153c8c0b8cc51d0dbad3083c291b1ce (diff) | |
change title
| -rw-r--r-- | config.toml | 8 | 
1 files 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." | 
