-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
65 lines (54 loc) · 1.23 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
baseurl = "https://tejendrapsingh.net/"
title = "Tejendra Pratap Singh"
author = "Tejendra Pratap Singh"
canonifyurls = true
relativeURLs = true
languagecode = "en"
paginate = 3
theme = "hugo-renga"
enableEmoji = true
hasCJKLanguage = true
#googleAnalytics = "G-NH0PZWJWJN"
# disqusShortname = "your-disqus-shortname"
[params]
pagetitle = "Tejendra Pratap Singh"
copyright = "© 2022 Tejendra Pratap Singh"
copyrightUrl = "https://tejendrapsingh.net/"
#faviconfile = "image/favicon.png"
#logofile = ""
posts_navigation = true
uselatex = true
highlightjs = true
progressively = false
# Google Analytics 4
GoogleAnalyticsID = "G-NH0PZWJWJN"
github = "tejendrapsingh"
twitter = "tejendrapsingh"
#linkedin = "tejendra-pratap-singh-01210889"
email = "[email protected]"
googlescholar = "citations?user=VZBZmLYAAAAJ&hl=en"
osf = "f6dcv"
[[menu.primary]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.primary]]
identifier = "research"
name = "Research"
url = "/research/"
weight = 2
[[menu.primary]]
identifier = "CV"
name = "CV"
url = "/pdf/CV_Tejendra_2.pdf"
weight = 3
[[menu.primary]]
identifier = "blog"
name = "Blog"
url = "/blog/"
weight = 4
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true