-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
37 lines (31 loc) · 1 KB
/
config.toml
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
28
29
30
31
32
33
34
35
baseURL = "https://vishvAsa.github.io/devaH/"
languageCode = "en-us"
title = "देवेषु विश्वासटिप्पन्यः"
theme = "sanskrit-documentation-theme-hugo"
publishDir = "build_github"
disablePathToLower = true
[params]
githubEditMePathBase = "https://github.com/vishvAsa/devaH/edit/content/"
contactLink = "https://github.com/vishvAsa/devaH/issues/new"
build_img = "https://github.com/vishvAsa/devaH/actions/workflows/build.yml/badge.svg"
build_url = "https://github.com/vishvAsa/devaH/actions/workflows/build.yml"
fullSearchURL = "/full_search"
env = "production"
# disqusShortcode = "vvasuki-site"
[outputs]
home = ["HTML", "RSS", "JSON", "CSV"]
section = ["HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = 'friendly'
tabWidth = 2