diff options
| -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"; |