diff options
author | Anthony Wang | 2022-01-08 20:16:20 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-08 20:16:20 -0600 |
commit | dd55154c82811085b35ecbbf1785e6a5036267e3 (patch) | |
tree | b8317beb7c4789628a81a290b0c376fa2831335f /config.toml | |
parent | 64b164eba0bb47207bdef37b020db064e46f443c (diff) |
Switch baseURL to ta180m.exozy.me
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml index b850081..47da846 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://ta180m.github.io/' +baseURL = 'https://ta180m.exozy.me/' languageCode = 'en-us' title = 'Some Random Website' theme = 'gokarna' @@ -35,10 +35,10 @@ theme = 'gokarna' pre = '<span data-feather="rss"></span>' weight = 5 [[menu.main]] - identifier = 'github' - name = 'GitHub' - url = 'https://github.com/Ta180m/ta180m.github.io' - pre = '<span data-feather="github"></span>' + identifier = 'gitea' + name = 'Gitea' + url = 'https://git.exozy.me/Ta180m/ta180m.github.io' + pre = '<span data-feather="git-pull-request"></span>' weight = 6 [params] |