-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (38 loc) · 1 KB
/
config.toml
File metadata and controls
45 lines (38 loc) · 1 KB
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
baseURL = 'https://vaqm2.github.io/'
languageCode = 'en-us'
title = 'Vivek Appadurai'
theme = 'hello-friend-ng'
PygmentsCodeFences = true
PygmentsStyle = "monokai"
[params]
homeSubtitle = "Bioinformatician | Software Developer | Data Tinkerer"
# Social icons
[[params.social]]
name = "github"
url = "https://github.com/vaqm2"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/vivek-appadurai-54a622192/"
[[params.social]]
name = "googlescholar"
url = "https://scholar.google.com/citations?user=sUD1UocAAAAJ&hl=en&oi=ao"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "/resume/"
weight = 20
[[menu.main]]
identifier = "publications"
name = "Publications"
url = "/publications/"
weight = 30
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true