diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-07-18 14:42:37 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-07-18 14:42:37 -0500 |
commit | 9b28b08da0e05d7b864bf11b74f65d15fe540eab (patch) | |
tree | c68a101d3baee9c27448703396d1f383e5c77f04 | |
parent | 776f29a7b681ae5b73db5fecab6468cb945f4a42 (diff) |
Add linkedin username for LinkedIn redirect
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 3a83214..c0da58f 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://karl.hallsby.com" # the base hostname & protocol for your site, e.g. http://example.com # host: 192.168.20.227 github_username: KarlJoad +linkedin_username: karlhallsby # Build settings theme: minima |