-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
35 lines (30 loc) · 1.09 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://sanskrit-coders.github.io/"
languageCode = "en-us"
title = "संस्कृत-साङ्गणकाः Sanskrit Programmers"
theme = "sanskrit-documentation-theme-hugo"
publishDir = "build_github"
disablePathToLower = true
[outputs]
home = ["HTML", "RSS", "JSON", "CSV"]
section = ["HTML", "RSS", "JSON"]
[params]
githubEditMePathBase = "https://github.com/sanskrit-coders/sanskrit-coders.github.io/edit/hugo-source/content/"
contactLink = "https://github.com/sanskrit-coders/sanskrit-coders.github.io/issues/new"
build_img = "https://github.com/sanskrit-coders/sanskrit-coders.github.io/actions/workflows/build.yml/badge.svg"
build_url = "https://github.com/sanskrit-coders/sanskrit-coders.github.io/actions/workflows/build.yml"
env = "production"
disqusShortcode = "sanskrit-coders-site"
[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