aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-06-03 22:40:17 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-06-03 22:40:17 +0530
commit890c3dee2ccef3144d50415fb2e1389ad4b29471 (patch)
tree329e0985a65b52013ccb5fd48c5665135c0e5706
parent68a449da1aff148ad500f448e7d753e7745ba845 (diff)
removed github url for macli
-rw-r--r--macli/hugo.toml5
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"]
]