diff options
Diffstat (limited to 'meow/hugo.toml')
-rw-r--r-- | meow/hugo.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meow/hugo.toml b/meow/hugo.toml new file mode 100644 index 0000000..2921522 --- /dev/null +++ b/meow/hugo.toml @@ -0,0 +1,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 |