-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
50 lines (41 loc) · 1.16 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
baseURL = "https://example.com/"
languageCode = "en-us"
title = "Christian Walker"
theme = "hugo-resume"
publishDir = "dist"
[params]
firstName = "Christian"
lastName = "Walker"
address = "Allegheny College "
contactNote = "Entrepreneur"
profileImage = "img/TechChat.png"
email = "[email protected]"
description = "God first. College Student. Entrepreneur."
favicon = "images/favicon.ico"
# what sections
showSkills = true
showProjects = true
showOpenSource = true
showPublications = true
showExperience = true
showEducation = true
showQr = true
[[params.handles]]
name = "LinkedIn"
link = "https://www.linkedin.com/in/cdwalkers/"
[[params.handles]]
name = "GitHub"
link = "https://github.com/dubswalker/PanelCV"
[[params.handles]]
name = "Bitbucket"
link = "https://bitbucket.org/eddiewebb/"
[[params.handles]]
name = "Stack Overflow"
link = "https://stackoverflow.com/users/story/82880"
icon = "stack-overflow"
[[params.handles]]
name = "Keybase"
link = "https://keybase.io/edwardawebb"
icon = "key"
[params.google.analytics]
trackerID = "XX-123446-01"