-
Notifications
You must be signed in to change notification settings - Fork 244
/
Copy pathconfig.toml
58 lines (47 loc) · 1.25 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
51
52
53
54
55
56
57
58
title = "Eddie Webbinaro"
baseURL = "https://example.com/"
theme = "hugo-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = false
[params]
address = "Rollinsford, NH"
email = "[email protected]"
favicon = "/favicon.ico"
firstName = "Eddie"
lastName = "Webbinaro"
phone = "1-555-555-1234"
profileImage = "img/TechChat.png"
showQr = true
showContact = true
showBoards = true
showCertifications = true
showSocializations = true
sections = ["skills","publications","creations","contributions","experience","education","blog"]
[params.google]
[params.google.analytics]
trackerID = "XX-123446-01"
[[params.handles]]
name = "LinkedIn"
link = "https://www.linkedin.com/in/edwardwebb/"
[[params.handles]]
name = "GitHub"
link = "https://github.com/eddiewebb/"
[[params.handles]]
name = "Keybase"
link = "https://keybase.io/edwardawebb"
icon = "keybase"
[[params.handles]]
name = "Bluesky"
link = "https://bsky.app/profile/webbinaro.dev"
icon = "bluesky"
[[params.handles]]
link = "https://stackoverflow.com/users/82880/eddie"
name = "Stack Overflow"
icon = "stack-overflow"
[outputs]
home = ["HTML", "JSON"]
[taxonomies]
tag = "tags"