diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 7dfa49f..9708ba7 100644 --- a/config.toml +++ b/config.toml @@ -11,9 +11,12 @@ theme = "researcher" description = "Personal website." favicon = "favicon.ico" # path to a .ico to use as favicon logo = "" # url or path to a logo to put in the header - [params.footer] + [params.footer1] text = "By Baitinq" url = "https://github.com/Baitinq/baitinq.ml" + [params.footer2] + text = "Hosted on NixOS." + url = "https://nixos.org" [params.style] # appearance options (can be omitted) fontFamily = "Inconsolata" pageWidth = "750px" |