diff options
author | leafee98 <leafee98@hotmail.com> | 2022-07-21 17:50:39 +0800 |
---|---|---|
committer | leafee98 <leafee98@hotmail.com> | 2022-07-21 17:50:39 +0800 |
commit | 9ff83c927e609b8b654390c4724e15b803f9a6c9 (patch) | |
tree | 7bcc167d21af1221e688ec683314328260fac1c0 | |
parent | 0d48781cc6cf5638ad712f86c1e5ea51457453d4 (diff) |
move blog to https://blog.leafee98.com
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 52f5444..d68fa4b 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ theme = "hugo-theme-flat" enableRobotsTXT = true hasCJKLanguage = true paginate = 6 -baseURL = "https://leafee98.com/" +baseURL = "https://blog.leafee98.com/" # these values are hugo built in markup config [markup.highlight] |