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 --- mg/hugo.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 mg/hugo.toml (limited to 'mg/hugo.toml') diff --git a/mg/hugo.toml b/mg/hugo.toml new file mode 100644 index 0000000..4a70e3a --- /dev/null +++ b/mg/hugo.toml @@ -0,0 +1,27 @@ +baseURL = 'https://mg.vidhukant.com/' +languageCode = 'en-us' +title = 'Official mg Website.' +theme = "zt_hugo" +disableKinds = ["taxonomy", "term"] +enableRobotsTXT = true + +[params] +projectTitle = "mg" +projectDescription = "MyAnimeList V2 API Wrapper for Go" +gitURL = "https://git.vidhukant.com/mg" +extraNavLinks = [ +] + +[markup] + [markup.highlight] + anchorLineNos = false + codeFences = true + guessSyntax = true + hl_Lines = '' + hl_inline = false + lineAnchors = '' + lineNoStart = 1 + lineNos = true + lineNumbersInTable = false + noClasses = false + tabWidth = 4 -- cgit v1.2.3