diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-06-03 22:25:01 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-06-03 22:25:01 +0530 |
commit | 68a449da1aff148ad500f448e7d753e7745ba845 (patch) | |
tree | 5ee9320aae379eb68aa3ec98645d97cf2f09c3cd /macli/hugo.toml |
first commit
Diffstat (limited to 'macli/hugo.toml')
-rw-r--r-- | macli/hugo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macli/hugo.toml b/macli/hugo.toml new file mode 100644 index 0000000..3ea1b6b --- /dev/null +++ b/macli/hugo.toml @@ -0,0 +1,14 @@ +baseURL = 'https://macli.vidhukant.com/' +languageCode = 'en-us' +title = 'Official macli Website.' +theme = "zt_hugo" +disableKinds = ["taxonomy", "term", "sitemap"] +enableRobotsTXT = true + +[params] +projectTitle = "macli" +projectDescription = "Unofficial CLI-based MyAnimeList client." +gitURL = "https://git.vidhukant.com/macli/about" +extraNavLinks = [ + ["GitHub", "https://github.com/VidhuKant/macli"] +] |