-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
59 lines (48 loc) · 1.18 KB
/
hugo.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
title = "Miller Larson"
baseURL = "https://resume.millerlarson.net/"
theme = "hugo-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = false
[params]
address = "Rathdrum, ID"
email = "[email protected]"
favicon = "/favicon.ico"
firstName = "Miller"
lastName = "Larson"
phone = "1-208-255-9622"
profileImage = "img/staff_portrait.jpg"
showEducation = true
showExperience = true
showOpenSource = false
showProjects = false
showPublications = false
showQr = true
showSkills = true
[params.google]
# [params.google.analytics]
# trackerID = "XX-123446-01"
[[params.handles]]
link = "https://www.linkedin.com/in/millerlarson/"
name = "LinkedIn"
[[params.handles]]
link = "https://github.com/millerlarson/"
name = "GitHub"
[[params.handles]]
link = "https://hub.docker.com/u/millerl"
name = "Docker"
[[params.handles]]
link = "https://bitbucket.org/millerlarson/"
name = "Bitbucket"
#[[params.handles]]
#link = "https://stackoverflow.com/users/30471261/millerl"
#name = "Stack Overflow"
[[params.handles]]
link = "https://keybase.io/miller"
name = "Keybase"
[outputs]
home = ["HTML", "JSON"]
[taxonomies]
tag = "tags"