diff options
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"] +] |