-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
46 lines (39 loc) · 895 Bytes
/
config.toml
File metadata and controls
46 lines (39 loc) · 895 Bytes
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
title = "Abhayraj Jain"
baseURL = "https://abhayraj.net/"
theme = "hugo-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = true
[params]
address = "Waterloo, ON"
email = "hello@abhayraj.net"
favicon = "/favicon.ico"
firstName = "Abhayraj"
lastName = "Jain"
phone = "1-365-777-1613"
profileImage = "img/profile.jpg"
showEducation = true
showExperience = true
showProjects = false
showGraphics = false
showWritten = false
showSkills = true
showQr = false
showBlog = false
[params.google]
[params.google.analytics]
trackerID = "G-63RXG3TXR4"
[[params.handles]]
link = "https://www.linkedin.com/in/abhayrajjain/"
name = "LinkedIn"
icontag = "LinkedIn"
[[params.handles]]
link = "/Abhayraj_Jain_Resume.pdf"
name = "PDF Resume"
icontag = "black-tie"
[outputs]
home = ["HTML", "JSON"]
[taxonomies]
tag = "tags"