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 | |
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
-rw-r--r-- | config.toml | 4 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/flake.nix b/flake.nix index 74fd650..4f9cdb3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "baitinq.github.io flake"; + description = "baitinq.ml shell flake"; inputs.flake-utils.url = "github:numtide/flake-utils"; |