aboutsummaryrefslogtreecommitdiffstats
path: root/meow/hugo.toml
blob: 29215228f0937a7c83205622f9ce1270846fb2f3 (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://meow.vidhukant.com/'
languageCode = 'en-us'
title = 'Meow - Nyaa web scraper for Go'
theme = "zt_hugo"
disableKinds = ["taxonomy", "term"]
enableRobotsTXT = true

[params]
projectTitle = "Meow"
projectDescription = "Get search results from Nyaa through web scraping with GoLang"
gitURL = "https://git.vidhukant.com/meow"
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