diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-06-03 22:40:17 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-06-03 22:40:17 +0530 |
commit | 890c3dee2ccef3144d50415fb2e1389ad4b29471 (patch) | |
tree | 329e0985a65b52013ccb5fd48c5665135c0e5706 | |
parent | 68a449da1aff148ad500f448e7d753e7745ba845 (diff) |
removed github url for macli
-rw-r--r-- | macli/hugo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/macli/hugo.toml b/macli/hugo.toml index 3ea1b6b..3dbcce7 100644 --- a/macli/hugo.toml +++ b/macli/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://macli.vidhukant.com/' languageCode = 'en-us' -title = 'Official macli Website.' +title = 'Unofficial CLI-based MyAnimeList client..' theme = "zt_hugo" disableKinds = ["taxonomy", "term", "sitemap"] enableRobotsTXT = true @@ -8,7 +8,6 @@ enableRobotsTXT = true [params] projectTitle = "macli" projectDescription = "Unofficial CLI-based MyAnimeList client." -gitURL = "https://git.vidhukant.com/macli/about" +gitURL = "https://git.vidhukant.com/macli" extraNavLinks = [ - ["GitHub", "https://github.com/VidhuKant/macli"] ] |