diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-10 22:21:41 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-10 22:21:41 +0200 |
commit | 217f0d1cd4a33172e3fc907b91cd7bde087bbc75 (patch) | |
tree | c6affffda72432dd72c7cab13db2f892688ac2ba /config.toml | |
parent | Headings: Add git heading (diff) | |
download | baitinq.ml-217f0d1cd4a33172e3fc907b91cd7bde087bbc75.tar.gz baitinq.ml-217f0d1cd4a33172e3fc907b91cd7bde087bbc75.tar.bz2 baitinq.ml-217f0d1cd4a33172e3fc907b91cd7bde087bbc75.zip |
Misc: Change base url to baitinq.ml
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index a831462..a8dec18 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://baitinq.github.io/' +baseURL = 'https://baitinq.ml' languageCode = 'en-us' title = 'Baitinq' enableRobotsTXT = true @@ -12,7 +12,7 @@ theme = "researcher" logo = "" # url or path to a logo to put in the header [params.footer] text = "By Baitinq" - url = "https://github.com/Baitinq/baitinq.github.io" + url = "https://github.com/Baitinq/baitinq.ml" [params.style] # appearance options (can be omitted) fontFamily = "Inconsolata" pageWidth = "750px" |