diff options
Diffstat (limited to 'macli/hugo.toml')
-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"] ] |