generated from sathishk/sathishk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
38 lines (30 loc) · 787 Bytes
/
config.toml
File metadata and controls
38 lines (30 loc) · 787 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
title = "Junith Kumar"
baseURL = "https://example.com/"
theme = "my-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = false
[params]
address = "Coimbatore, India"
favicon = "/favicon.ico"
firstName = "Junith Kumar"
lastName = "Mohan"
phone = "1-555-555-1234"
showSocializations = true
showContact = false
sections = ["skills","publications","contributions","experience","education","blog"]
[params.google]
[params.google.analytics]
trackerID = "XX-123446-01"
[[params.handles]]
link = "https://www.linkedin.com/in/junith-kumar-04a2b332b/"
name = "LinkedIn"
[[params.handles]]
link = "https://github.com/JunithKumar/"
name = "GitHub"
[outputs]
home = ["HTML", "JSON"]
[taxonomies]
tag = "tags"