aboutsummaryrefslogtreecommitdiffstats
path: root/mg/hugo.toml
blob: 4a70e3aed89286927ad339a08ad6a94efcee74f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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