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 /mg/hugo.toml |
first commit
Diffstat (limited to 'mg/hugo.toml')
-rw-r--r-- | mg/hugo.toml | 27 |
1 files changed, 27 insertions, 0 deletions
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 |