From 68a449da1aff148ad500f448e7d753e7745ba845 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 3 Jun 2025 22:25:01 +0530 Subject: first commit --- macli/hugo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 macli/hugo.toml (limited to 'macli/hugo.toml') 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"] +] -- cgit v1.2.3