-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
65 lines (65 loc) · 1.95 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
59
60
61
62
63
64
65
baseURL = "https://chris.swanz.net/"
languageCode = "en-us"
title = "Chris Swan Home Page"
theme = "cpshallo"
[Author]
name = "Chris Swan"
[params]
[params.colors]
background = "#9651b5"
foreground = "#edf7ff"
hover = "#ffba82"
[[params.links]]
icon = "wordpress"
title = "Blog"
url = "https://blog.thestateofme.com"
[[params.links]]
icon = "github"
title = "Github"
url = "https://github.com/cpswan"
[[params.links]]
icon = "twitter"
title = "Twitter"
url = "https://twitter.com/cpswan"
[[params.links]]
icon = "mastodon"
title = "Mastodon"
url = "https://hachyderm.io/@cpswan"
[[params.links]]
iconset = "fas"
icon = "cloud"
title = "Bluesky"
url = "https://bsky.app/profile/cpswan.net"
[[params.links]]
icon = "linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/chrisswan/"
[[params.links]]
icon = "google"
title = "Google Developer Expert"
url = "https://developers.google.com/community/experts/directory/profile/profile-chris-swan"
[[params.links]]
icon = "slideshare"
title = "Slideshare"
url = "https://www.slideshare.net/cpswan"
[[params.links]]
icon = "delicious"
title = "Pinboard"
url = "https://pinboard.in/u:cpswan"
[[params.links]]
icon = "docker"
title = "Docker Hub"
url = "https://hub.docker.com/u/cpswan"
[[params.links]]
icon = "untappd"
title = "Untappd"
url = "https://untappd.com/user/cpswan"
[[params.links]]
icon = "stack-overflow"
title = "Stack Overflow"
url = "https://stackexchange.com/users/4736558/chris-swan?tab=accounts"
[[params.links]]
iconset = "fas"
icon = "podcast"
title = "Tech Debt Burndown"
url = "https://techdebtburndown.com"