aboutsummaryrefslogtreecommitdiffstats
path: root/mg/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mg/hugo.toml')
-rw-r--r--mg/hugo.toml27
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